Comment on Awk: The Power and Promise of a 40-Year-Old LanguageparentComments−nmz5yif 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...
Comments
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...