Second double quotes is missing in csv column. Looking for any ideas/ shell script for the below
- Find a specific column which is missing a ending double quotes.
- Add the missing double quotes at the end of the column.
Sample data:
79,A138270382563593,QMGXA1752256,Open Up,"Barry Devorzon;
3,A263163706496582,QMGXA1727673,A Different Time (Full),"BruceChianese, VTAM;
"BruceChianese, VTAM;
be formatted as"BruceChianese", VTAM;
or"BruceChianese, VTAM";
or"BruceChianese, VTAM;"
– fuzzydrawrings Mar 02 '22 at 19:02"Barry Devorzon;"
or"Barry Devorzon";
or"Barry Devorzon",;
or something else. – Ed Morton Mar 03 '22 at 13:29