mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
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:
@@ -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": {
|
||||
|
Reference in New Issue
Block a user