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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
tale103108
Contributor III
Contributor III

tFileOutputDelimited -- Advanced settings -- CSV options error

When setting the tFileOutputDelimited -- Advanced settings -- CSV options Escape char to \ and Text enclosure to " get the error
Syntax error on token "Invalid Character", , expected

How does one use or change these characters so that they can be used/work? (the Escape char and Text enclosure characters, that is).
Give a graphical example. Job works if CSV options unchecked.
Cheers
Labels (2)
1 Reply
Anonymous
Not applicable

As this is usually a UNIX char convention you probably need to use \\ (double backslash) rather than just backslash...
T