Example output viewing the CSV in Notepad and Excel
Notepad++
1234,"50 the Street",45,60.88,87 5678,"50 the Road 50 the Road",65,70.99,98 9101,"50 the Avenue",12,09.00,43
Excel
In Notepad++, the second line is split into two rows, with the text field repeated on both. The text delimiter (") shows at the beginning on the first row and the end on the second. Opening the CSV in Excel the line is not split and the text isn't duplicated.
I have multiple files to import, each about 300k rows and 45 columns. These files are generated on a regular basis for import (I have no control over generating the CSV files). Can anyone explain why this difference exists and if there is a work around? I don't want to have to manually edit every CSV after its been generated. Thank you.