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