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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
selracir
Contributor II
Contributor II

Data loading - quoting and delimiter issue

I have a dataset that it is split by a pipe delimeter (¦) and in some cases the string has quotations.

I have tried the select data with quoting none and the quotations appear in the fields 

quoting.JPG

If I try it with standard the quotes don't appear, but the split does not work. It adds the full row (within quotes) in the first field

 

standard.JPG

Any ideas on how I can split it out correctly?

2 Replies
dwforest
Specialist II
Specialist II

Since the split is correct using None, try using Replace() to get rid of the quotes.
Replace(@1,'"','')
selracir
Contributor II
Contributor II
Author

Perfect, thanks