+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
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.