How to discard (trim) double inverted quotes in CSV file on data prep?

263 Views Asked by At

I'm dealing with a csv file that contains double inverted quotes (since the data has commas in it). But Google sheets do not show me the double-quotes and hence i'm able to split the column by a delimiter (space in this case) properly, to retrieve its first word. The initial column values can be seen in the picture below.

Google Sheet view

However, in Data Prep when i upload the csv file, the column's double quotes are considered as a value and it causes extra work (if at all possible) in handling the resulting split data.

Is there a way in Data Prep where we can have the data displayed as in Google Sheets ?

Data Prep view

1

There are 1 best solutions below

0
On

You can "ignore" these double-quotes, and when running a job, untick the box of "include quotes", then these original quotes shall remain. Not perfect, but could be a working workaround.