Skip to Content
0
Former Member
Mar 20, 2009 at 06:25 AM

Wrap text in double quotes when generating a csv file

1548 Views

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!