Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
vvazza10
Contributor III
Contributor III

Load XML file to variant data type column in Snowflake

Hi ! I am trying to load contents of a complete XML file to variant column in Snowflake. tFileInputXML component seem to read rows from the fields in XML. Please advise what components and design approach can i use to load complete XML to variant column of a table in snowflake?

Labels (5)
10 Replies
ar7368
Contributor
Contributor

I'm trying to load data from SQL server to snowflake table with variant data type. The data type of said columnin sql server is varchar(max) containing xml data. I'm unable to load it into the snowflake table with Variant data type. However it does work when the snowflake table column is varchar data type. any ideas how to fix this?

 

tdbinput > tsnowflakeoutput