Sharmila,
I think you are looking to escape the double quotes not truncate them.
To escape a character in a text file use a \.
I would recommend using a calculated column for that field similar to the following.
return _source.replace(“”””, “\”””)
Sharmila replied 5 years ago
Thank you,
If you would like to submit an answer or comment, please sign in to the eOne portal.