Double Quote the entire data except for column headers while writing into CSV File

Hi Everyone,

Hope you all are doing well.
I am stuck in one of my workflows and need your help.

I have a processed dataset with 120 columns in KNIME. The requirement is I need to save the data in CSV file in a way that the complete data is within the double quotes except for the column headers.
I tried using the Quote char option while writing the CSV file but it double quotes the column headers as well.

I just need the values in all the columns to be in double quote and not the column headers.

Request you all to kindly help me with a solution for the above.

Thanks

Hi @gautamnair06 & welcome to the KNIME forum

This can be easily done in two steps using the -CSV Writer- node. In the first step, one can just write the header without quotes and all the rows in a second step, this time with quotes:

Please find here below a link to the workflow in the HUB:

Hope this helps.

Best
Ael

4 Likes

Thank you so much for the help Ael.
Appreciate it.

2 Likes

My pleasure @gautamnair06 and glad it helped. Thank you for validating the answer :slight_smile:
Best
Ael

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.