Anyone processing #CSV on the commandline (#bash):
apt install csvkit (on Debian-based distros)
`cut` failed on me on a CSV with quotes, so I now use `csvcut`. Awesome!
Anyone processing #CSV on the commandline (#bash):
apt install csvkit (on Debian-based distros)
`cut` failed on me on a CSV with quotes, so I now use `csvcut`. Awesome!
@Quentin_ctrL "evil" is an interestingly strong word, I would not have associated with CSV...
Interesting. 😄
Which simple plaintext format would you prefer to exchange table-like data?
I know CSV "dialects" in real-life, yet still prefer handling CSV over any binary format.