Remove Double Quotes and Equal Sign

Hi, I have a CSV dataset that looks like this image. Some column contains double quotes and equal sign (e.g. =“2”). How to remove those signs and keep those column type as string? Thank you.

Hi @aldeansyahprima,
You can do it in one go on several column with string manipulation (multicolumn) node. You can append a new column or replace them like this :

Best regards,

5 Likes