Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Custom Output file

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 

Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi,

Take care of you advanced settings, unable the CSV options.

SGV

Anonymous
Not applicable
Author

HI 

 

Compare this screens with your component.

You no need to select that Advanced Settings--> CSV Options .

 

0683p000009Lrd5.png0683p000009LrgI.png