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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileOutputDelimited with text enclosure only for type "String" (and not for Integer)

Hello 
I want to make a CSV file with a tFileOutputDelimited with text enclosure only for type "String" (not for integer).
exemple:
12;"text2";"text3";15
45;"text4";"text25";12

In csv option I try 

escape_char : """

text_enclosure : "\""

 

But the result is wrong :

"12";"text2";"text3";"15"
"45";"text4";"text25";"12"

 

How can i do ?


Thanks 

Labels (2)
1 Reply
vapukov
Master II
Master II

there is no settings for this 

if it important, You can disable enclosure in tFileOutputDelimited settings and add them manually in tMap for all string columns

 

and, yes this feature would be useful to have in Talend