Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 \.
@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.