mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-08 23:37:00 +02:00
Some CSV files are using the CSV escape character internally in their fields. In that case we enter a parsing bug in cl-csv where backtracking from parsing the escape string isn't possible (or at least unimplemented). To handle the case, change the quote parameter from \" to just \ and let cl-csv use its escape-quote mechanism to decide if we're escaping only separators or just any data. See https://github.com/AccelerationNet/cl-csv/issues/17 where the escape mode feature was introduced for pgloader issue #80 already. |
||
---|---|---|
.. | ||
monkey | ||
parsers | ||
pgsql | ||
sources | ||
utils | ||
connection.lisp | ||
getenv.lisp | ||
hooks.lisp | ||
main.lisp | ||
package.lisp | ||
params.lisp | ||
queue.lisp |