catch missing template error in CSV parser node

and update help info
This commit is contained in:
Dave Conway-Jones
2015-10-14 23:38:29 +01:00
parent 61d7893467
commit 217c9718e4
3 changed files with 25 additions and 18 deletions

View File

@@ -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": {