The dequote statement is used to remove quotes from the start and end of column names and values
Syntax
dequotedset.id
Details
In cases where data from a 3rd-party system is formatted in such a way that the quoting in the CSV cannot be dealt with during it is necessary to use to treat the quotes as if they were data and import the file 'as is'.
The dequote statement can then be used to remove quotes after import. Only cell values (and column names) where there is a quote both at the start and end will be modified and any quotes present in the middle of those values will be left untouched.
The dequote statement will use whichever quote character is defined by . The default is a double quote: "
Example
The following example data cannot be imported without using due to the presence of the unescaped embedded quotes in the note column on lines 2 and 7: