I want to create a csv file as output,but there are some NULL in the stream. I set the Text file output config like this:
content tab:
separator --> ,
enclosure: --> "
force the enclosure around fields? --> yes
fields tab:
Null --> ""
I use the Kettle 6.0 version, using the above config, the Null values are getting replaced by """""" string, if I don't set the default value "" for the Null in the fields tab, the Null values will not be enclosed by the double quotes in the output csv file. How can I generate a CSV file with the correct output?
Thanks in advance.