Skip to main content
added 1 character in body; edited tags
Source Link
Kusalananda
  • 355.8k
  • 42
  • 735
  • 1.1k

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

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

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
Post Closed as "Duplicate" by muru, Stéphane Chazelas command-line
Source Link
nikitautiu
  • 1.3k
  • 2
  • 12
  • 21

Any good csv bash utility?

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