Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create an output file like this:
FIELDNAME1: VALUE
FIELDNAME2: VALUE
FIELDNAME3: VALUE
I used tFileOutputDelimited with advance->CSV Options then set CSV row separator to CRLF("\r\n") and field separator to ":" however now all the fields are wrapped in the text enclosure (")
"FIELDNAME1": "VALUE"
"FIELDNAME2": "VALUE"
"FIELDNAME3": "VALUE"
Is there anyway to suppress the text enclosure? Is there another file output component to use for this?
thanks in advance for any suggestions.
I have it working using tFileOutputDelimited using the CSV options however I have to specify
Hi,
Take care of you advanced settings, unable the CSV options.
SGV
HI
Compare this screens with your component.
You no need to select that Advanced Settings--> CSV Options .