Csv

From wikinotes
Revision as of 16:53, 20 January 2021 by Will (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

CSVs are comma separated tables.
headers are available, but not mandatory.
entries may include commas if the row/column is written within double-quotes.


firstname,lastname,description
foo,bar,"baz, ?"
person,macperson,a person
# print csv, with aligned columns
column -ts, in.csv