In the receiver communication channel, how do I put double quotes around the text fields for a CSV file output?
This is what I have in my file content conversion parameters:
<Structure>.addHeaderLine 0
<Structure>.fieldSeparator ,
<Structure>.enclosureSign "
<Structure>.enclosureSignEnd "
<Structure>.enclosureConversion YES
<Structure>.endSeparator 'nl'
I don't think I'm using the enclosureSign and enclosureConversion correctly because this configuration is not putting double quotes around the text fields in the CSV file output. Your help is much appreciated. Thanks!