From b2548c158dedc6a48579bf3dee0395f398ef8c2e Mon Sep 17 00:00:00 2001
From: Steve-Mcl
Date: Fri, 9 Feb 2024 20:50:24 +0000
Subject: [PATCH] fix layout and missing tip
---
.../node_modules/@node-red/nodes/locales/en-US/messages.json | 4 ++--
.../@node-red/nodes/locales/en-US/parsers/70-CSV.html | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/messages.json b/packages/node_modules/@node-red/nodes/locales/en-US/messages.json
index 85b64cb3e..323ef06a5 100644
--- a/packages/node_modules/@node-red/nodes/locales/en-US/messages.json
+++ b/packages/node_modules/@node-red/nodes/locales/en-US/messages.json
@@ -850,12 +850,12 @@
"usestrings": "parse numerical values",
"include_empty_strings": "include empty strings",
"include_null_values": "include null values",
- "spec": "Specification"
+ "spec": "Parser"
},
"spec": {
"rfc": "RFC4180",
"legacy": "Legacy",
- "warning": "Legacy mode will be removed in a future release."
+ "legacy_warning": "Legacy mode will be removed in a future release."
},
"placeholder": {
"columns": "comma-separated column names"
diff --git a/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-CSV.html b/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-CSV.html
index 6d652d6c4..56b6d7cca 100644
--- a/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-CSV.html
+++ b/packages/node_modules/@node-red/nodes/locales/en-US/parsers/70-CSV.html
@@ -37,7 +37,7 @@
Details
The column template can contain an ordered list of column names. When converting CSV to an object, the column names
will be used as the property names. Alternatively, the column names can be taken from the first row of the CSV.
-
When the RFC specification is selected, the column template must be compliant with RFC4180.
+ When the RFC parser is selected, the column template must be compliant with RFC4180.
When converting to CSV, the columns template is used to identify which properties to extract from the object and in what order.
If the columns template is blank then you can use a simple comma separated list of properties supplied in msg.columns
to