snowflake.snowpark.functions.xmlget¶
- snowflake.snowpark.functions.xmlget(xml: ColumnOrName, tag: ColumnOrName, instance_num: ColumnOrName | int = 0) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L2723-L2738)¶
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).