mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-06 02:03:24 +08:00
Adding CSV decoder
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# CSV
|
||||
Encode (arrays of arrays) data structures to CSV or TSV, Decode CSV, TSV into an array of objects.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user