For the CSV data, each field enclosed in double quotes, separated by commas. Such as "11", "22", said the two domains: 11 with 22
If the field itself contains ", then use" "means. For example, "", "111", "222", "22" for three domains, the first one: null value; second: 111; No. 3: 222 "," 22
Use AWK, how the various domains of the output, for example, for "", "111", "222", "22"; output of the first three field values.
"222", "22"is one field or two. It would always be considered two. Why would111", "222not be one field? Perhaps your third field looks like:"222"",""22"with the doubled double quotes each representing one embedded double quote. en.wikipedia.org/wiki/Comma-separated_values#Basic_Rules – Dennis Williamson Mar 17 '10 at 17:56