Read/Writer flags
Last updated
Some parsers accept options that aren't available in others, for this we use read/writer flags.
--read-flag foo=bar
--write-flag foo=barread/write
csv-delimiter
Any single character to use as a delimiter. E.g. ,, ;
Changes the delimiter used when reading/writing CSV files.
read
xml-mode
structured
Changes the internal structure that XML documents are read into.
read
hcl-block-format
array
HCL block contents usually expand to an array when duplicate labels are defined on another block. Setting this to array will force blocks to always be an array of values, even when there are no duplicates.
write
kdl-version
1, 2
Controls the output KDL version. Version 2 (default) uses #true, #false, #null. Version 1 uses bare true, false, null.
Last updated