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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

CSV file header is having comma, how to remove it

I am importing a CSV file in talend which is having comma in some of its headers and it splits header into further based on comma.

Is there any way out to overcome this problem because it increases number of columns in result CSV.

Labels (3)
1 Solution

Accepted Solutions
TRF
Champion II
Champion II

Hi,
If there is a pattern which allow you to transform the header, you may get it as a single field using tFileInputFullRow.
Else, I'am afraid you have to change the separator when the input file is produced.

View solution in original post

2 Replies
TRF
Champion II
Champion II

Hi,
If there is a pattern which allow you to transform the header, you may get it as a single field using tFileInputFullRow.
Else, I'am afraid you have to change the separator when the input file is produced.
TRF
Champion II
Champion II

@nukhanpk, did it help you?

In this case thank's to mark this case as resolved (Kudos also accepted).