CSVfox
Leverage Your Data.
 English

+repairquotes

Attempts to repair incorrect quoted CSV files when reading.

Some programs create wrongly quoted CSV files.
They do not double the quotation marks within fields already enclosed in quotation marks, as the standard actually requires. This causes wrong data to be read when the CSV file is read in the correct way.

The input parameter "+repairquotes" tries to fix this. It is only intended for reading input files and merge files. It has no effect on output files.

Do not use this command if the quotation marks are already correct! Then it will try to "repair" the CSV file when reading it, but instead it will prevent the file from being read correctly.

+repairquotes
Repairs wrong quotes when reading in.
Under construction, coming soon