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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
JavierP2
Contributor
Contributor

remove doble quotes from csv

hi there,

I have a csv like,

"TEST"|"TEST1"|"TEST2"|

I do need to remove all the quotes, so final file should be.

TEST|TEST1|TEST2

I'm quite noob, but I think i'm in the correct way, I've created a tFileInputDelimited -> row1 (main) -> tFileOutputdelimited and i've added CSV options and text enclouse "\ "" but the resultant file it's not what I expect,

what i'm doing wrong? maybe is there an easy way to do this?

Thanks a lot!

Labels (2)
1 Reply
Anonymous
Not applicable

Hi

On tFileInputDelimited, check the CSV option and set the text enclouse as """, uncheck the CSV option on tFileOutputDelimited.

 

Regards

Shong