Forum Discussion

pritam605's avatar
pritam605
New Contributor
2 years ago

String contains double quote and escape character that needs to be preserved in its format

So, i have a pipeline which is fetching data from snowflake and then there's mapper snap and then copy snap followed by "csv writer snap" and in the end i am using "s3 writer snap". 

When i am running the pipeline the values of few of the columns are getting spilled to new columns because of dounle quotes and backslash character.

E.g., there's a column named "billingstreet" and it has value as:   

1245 "O xyz , "Commerce street"

I am keeping the Quote character field blank in the "csv formatter" snap. But my output is coming like 

Col1                           Col2

1245 "O xyz\      "Commerce street" 

 

Ideally it should be one single value. 

How can i handle this ? Please help

1 Reply