Hi, I am using the CSVReader to read the data from the csv files.
[image: image.png] Here is the sample data I have it. "A"|"""Teahous"" Beijing People's Art"|"""Teahous"""|" With the above CSV reader, " are completely removed. My expected output should be *""Teahous"" Beijing People's Art* for the value *"""Teahous"" Beijing People's Art" . * any suggestions please? Thanks, Asmath
