Add RFC spec mode to CSV node

closes #3934
This commit is contained in:
Steve-Mcl
2024-01-23 10:35:08 +00:00
parent 918943816f
commit ff8eb0ec2b
6 changed files with 2537 additions and 462 deletions

View File

@@ -849,7 +849,13 @@
"newline": "Newline",
"usestrings": "parse numerical values",
"include_empty_strings": "include empty strings",
"include_null_values": "include null values"
"include_null_values": "include null values",
"spec": "Specification"
},
"spec": {
"rfc": "RFC4180",
"legacy": "Legacy",
"warning": "Legacy mode will be removed in a future release."
},
"placeholder": {
"columns": "comma-separated column names"
@@ -878,6 +884,7 @@
"once": "send headers once, until msg.reset"
},
"errors": {
"bad_template": "Malformed columns template.",
"csv_js": "This node only handles CSV strings or js objects.",
"obj_csv": "No columns template specified for object -> CSV.",
"bad_csv": "Malformed CSV data - output probably corrupt."