Sales export with commas in the address field
Input
CSV (comma delimiter): name,address,total
"Acme Inc","12 Main St, Suite 3",1299.50Output
XLSX with 3 columns (name, address, total) and address preserved as one cellQuoted CSV fields may contain commas. A correct parser uses quotes to keep the address together in a single column instead of splitting it into two.