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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
lmit
Creator II
Creator II

xml data

Hi All,

 

I have a table which has xml format as data for one of the column in the table.

for example:

table

col1|col2|col3...

1|<xml version>..|xxxx

I want to store the data in csv file and later load the data in other table using that use.

When am storing the data in csv , the data in splitting because of the xml format for one column, how do i process it 

 

Thanks in advance

lmit

 

 

Labels (2)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Check the 'CSV options' box in the advance setting panel of tFileOutputDelimited, and add double quotes to the values. Let me know if it fixes the splitting issue.

Regards
Shong

View solution in original post

3 Replies
Anonymous
Not applicable

Check the 'CSV options' box in the advance setting panel of tFileOutputDelimited, and add double quotes to the values. Let me know if it fixes the splitting issue.

Regards
Shong
lmit
Creator II
Creator II
Author

Thanks shong it worked

Thanks,
Lmit
Anonymous
Not applicable

Great, thanks for your feedback!