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.
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: