You are viewing documentation about an older version (1.2.0). View latest version

snowflake.snowpark.functions.xmlget¶

snowflake.snowpark.functions.xmlget(xml: ColumnOrName, tag: ColumnOrName, instance_num: ColumnOrName | int = 0) → Column[source]¶

Extracts an XML element object (often referred to as simply a tag) from a content of outer XML element object by the name of the tag and its instance number (counting from 0).