til
til copied to clipboard
Adding CSV support for awk
Why?
- Need a way to handle CSV files with quoted fields
- Compatible with POSIX-standard AWK
=> use goawk
Ref
- Explain about adding CSV support https://benhoyt.com/writings/goawk-csv
- https://github.com/benhoyt/goawk/pull/107