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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tFileOutputJSON inserting inserting "/" characters

Hello Guys,

 

I have simple job to convert csv file to JSON.  when the data has / as part of the value, the json file is getting created with additional \ in the file. example is below.

 

tFileInputDelimiter -> tFileOutputJSON

 

input : /data/policy

 

output: \/data\/policy

 

However in tLogrow it shows the output without \.

Labels (3)
2 Replies
TRF
Champion II
Champion II

\ is the escape character to protect special characters such as /. Of course it's not really part of data and displayed within tLogRow and others.
So, what's the question?
Anonymous
Not applicable
Author

@TRF  - Thanks for the reply.

 

How can we avoid the \ escape character in the created JSON file. Is this possible do we have other workaroun.