Skip to content
+1-888-319-3663

COMMUNITY FORUM

Convert Text to CSV File ?

Sharmila asked 5 years ago
How to Truncated Double Quotes in Text Files ?
Answers
Ethan Sorenson Staff answered 5 years ago
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.