I like using the shell (and Awk in particular!) as much as anyone, but for CSV I tend to reach for Python's standard csv module[1].
[1]: https://docs.python.org/3/library/csv.html
I like using the shell (and Awk in particular!) as much as anyone, but for CSV I tend to reach for Python's standard csv module[1].
[1]: https://docs.python.org/3/library/csv.html