fix layout and missing tip

This commit is contained in:
Steve-Mcl 2024-02-09 20:50:24 +00:00
parent 5a48d6d4cd
commit b2548c158d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -37,7 +37,7 @@
<h3>Details</h3>
<p>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.
<p>When the RFC specification is selected, the column template must be compliant with RFC4180.</p>
<p>When the RFC parser is selected, the column template must be compliant with RFC4180.</p>
</p>
<p>When converting to CSV, the columns template is used to identify which properties to extract from the object and in what order.</p>
<p>If the columns template is blank then you can use a simple comma separated list of properties supplied in <code>msg.columns</code> to