CSV : add warn when unpaired quotes detected on input.

helps handling now that we allow line breaks within fields (as per spec).
This commit is contained in:
Dave Conway-Jones
2020-05-04 14:17:11 +01:00
parent efb9dce92f
commit e2aebaf0e7
2 changed files with 3 additions and 2 deletions

View File

@@ -725,7 +725,8 @@
},
"errors": {
"csv_js": "This node only handles CSV strings or js objects.",
"obj_csv": "No columns template specified for object -> CSV."
"obj_csv": "No columns template specified for object -> CSV.",
"bad_csv": "Malformed CSV file - output probably corrupt."
}
},
"html": {