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: 
Anonymous
Not applicable

tFileInputTextFlat handling of records with comma within quotes

Column1,Column2
ABC,DEF
"ASD,F",Z


How can I handle above case where in the record details there's a comma within the quotes, and my field separator is ",". 

Labels (2)
3 Replies
Anonymous
Not applicable
Author

In which Version of talend there is  a tfileinputtextflat - component ???
Anonymous
Not applicable
Author

In which Version of talend there is  a tfileinputtextflat - component ???

This is a custom component from Talend Exchange - link
Have got in touch with the developer, waiting for response. Has anyone encountered similar problem?
IanM
Contributor III
Contributor III

Hi, you need to set Field Separator as ","
and tick 'Use Enclosures'
Set Text Enclosure as "\""
There is also a 'Allow Enclosure within Content' which I didn't need to check.