snowflake.snowpark.functions.parse_xml¶
- snowflake.snowpark.functions.parse_xml(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.6.1/src/snowflake/snowpark/functions.py#L4467-L4491)¶
Parse the value of the specified column as a JSON string and returns the resulting XML document.
Example: