File header is not being processed by awk in bash loop
I have a csv file with header, that is expected to have 14 fields.
My gawk
script checks the file and writes good and bad lines to 2 separate files.
However, the header line is not output to either file. It’s the only missing line.