Preserve quotes inside unquoted field

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2021-05-23 02:41:02 +02:00
parent 95f997534a
commit c9589d1941
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
3 changed files with 18 additions and 0 deletions

1
dist/index.js generated vendored
View file

@ -13485,6 +13485,7 @@ function getInputList(name, ignoreComma) {
}
for (let output of (yield sync_1.default(items, {
columns: false,
relax: true,
relaxColumnCount: true,
skipLinesWithEmptyValues: true
}))) {