Yes I'd say awk is unsuitable for csv files that can contain text fields with arbitrary text, that includes commas, newlines, quotes etc.
It gets hackier and becomes the wrong tool as the number of edge cases to handle increases.
Yes I'd say awk is unsuitable for csv files that can contain text fields with arbitrary text, that includes commas, newlines, quotes etc.
It gets hackier and becomes the wrong tool as the number of edge cases to handle increases.