Excel CSV file format issue...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top