Now with proper CSV input and output support! For example, a simple example showing CSV input parsing and the new @"named-field"
syntax:
$ goawk -i csv -H '{ print @"Abbreviation" }' testdata/csv/states.csv
AL
AK
AZ
...
This feature was sponsored by the library of the University of Antwerp -- many thanks!