mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
catch missing template error in CSV parser node
and update help info
This commit is contained in:
@@ -520,7 +520,8 @@
|
||||
"windows": "Windows (\\r\\n)"
|
||||
},
|
||||
"errors": {
|
||||
"csv_js": "This node only handles csv strings or js objects."
|
||||
"csv_js": "This node only handles csv strings or js objects.",
|
||||
"obj_csv": "No columns template specified for object -> csv."
|
||||
}
|
||||
},
|
||||
"html": {
|
||||
|
Reference in New Issue
Block a user