Adding CSV decoder

This commit is contained in:
Mike Farah
2022-07-31 17:35:36 +10:00
parent 183a42c249
commit cb0bae128f
6 changed files with 13 additions and 4 deletions
+3
View File
@@ -1,3 +1,6 @@
# CSV
Encode (arrays of arrays) data structures to CSV or TSV, Decode CSV, TSV into an array of objects.
{% hint style="warning" %}
Note that versions prior to 4.18 require the 'eval/e' command to be specified. 
+3
View File
@@ -0,0 +1,3 @@
# CSV
Encode (arrays of arrays) data structures to CSV or TSV, Decode CSV, TSV into an array of objects.
+1 -1
View File
@@ -1,5 +1,5 @@
# Properties
Encode to a property file (decode not yet supported). Line comments on value nodes will be copied across.
Encode/Decode to/from a property file. Line comments on value nodes will be copied across.
By default, empty maps and arrays are not encoded - see below for an example on how to encode a value for these.
+1 -1
View File
@@ -1,6 +1,6 @@
# Properties
Encode to a property file (decode not yet supported). Line comments on value nodes will be copied across.
Encode/Decode to/from a property file. Line comments on value nodes will be copied across.
By default, empty maps and arrays are not encoded - see below for an example on how to encode a value for these.