Excel CSV file format issue...
Scenario: You have two columns in Excel. ColumnA contains 20 or so items, and
ColumnB only contains 1 item.
If you save it as a CSV file and view it in NOTEPAD or some other text
editor, the commas will stop being applied after the 16th row:
ColumnA,ColumnB
123455,0
123455,
123455,
123455,
123455,
123455,
123455,
123455,
123455,
123455,
123455,
123455,
123455,
123455,
123455,
123455
123455
123455
123455
123455
123455
Which makes it useless really if you are using another program that reads
comma-delimited files.
Is this a Bug?
Any ideas?
|