Hi All,
Trying to read in a CSV file and as part of the process, I want it to ignore any double " QUOTE marks ". There are many throughout the string and unfortunately removing them before this process is not possible.
I am using CSVParse from Encodian, so I will need to read the data through this, then remove the quotes, then use the newly QUOTE free data to be used going forward.
Thanks