CSV
CSV files are a little bit like like dates: superficially simple, with lots of corner cases. Largely for the same reason: not in accordance with standard.
awk
Awk-Batteries/csv.awk at master · Nomarian/Awk-Batteries - parse CSV
gawk -f "$AWK/Units/csv.awk" -e '{print NF}'
sqlite3 cities.db ".mode csv" ".import ./city.csv cities" ".exit"
Command Line Shell For SQLite
Alternative formats
Last updated
Was this helpful?