I'm currently working with some CSV datasets and was wondering whether there are any good (even better if standard) CLI ways of manipulating CSV data.
To be more precise, I mainly want to be able to:
- vertically concatenate CSVs
- SQL-style join CSVs on one or more columns
info gawk fpat
for some way forgawk
to handle a little more complex csvs. – Stéphane Chazelas Sep 12 '17 at 09:57