mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 18:25:45 +00:00
15 lines
490 B
Text
15 lines
490 B
Text
# Input and output formats are CSV by default (unless otherwise specified
|
|
# on the mlr command line):
|
|
csv
|
|
|
|
# If a data line has fewer fields than the header line, instead of erroring
|
|
# (which is the default), just insert empty values for the missing ones:
|
|
allow-ragged-csv-input
|
|
|
|
# These are no-ops for CSV, but when I do use JSON output, I want these
|
|
# pretty-printing options to be used:
|
|
jvstack
|
|
jlistwrap
|
|
|
|
# Use "@", rather than "#", for comments within data files:
|
|
skip-comments-with @
|