Csv

From wikinotes

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