Y
Hacker News
new
|
ask
|
show
|
jobs
by
nmz
1739 days ago
if the csv is RFC-4180 then it can handle it[0]. the only caveat is that you can't disable FS="" correctly. but a gawk -i ./csv.awk -e '{print $5}' would work on most csv files I've tried.
https://raw.githubusercontent.com/Nomarian/Awk-Batteries/mas...