problem saving csv file

G

Guest

I have an excel file with 5 columns and about 20 rows. The first row
contains header information need by another program which this file will be
imported into. Only the first 3 columns contain data, but the last two need
to be represented in the .csv file. My problem is that after saving the file
in .csv format and opening it in notepad, the first 16 rows are formated
properly, i.e x,x,x,, From row 17 on it is just x,x,x. The last two columns
do not have place holders. Why is this happening?
 
D

Dave Peterson

This might describe the problem of too many commas in CSV files:

http://support.microsoft.com/default.aspx?scid=77295
Column Delimiters Missing in Spreadsheet Saved as Text

(It actually describes missing delimiter, but if some are "missing", maybe the
ones appearing are "extra".)

Maybe you can just fill the empty cells with your own placeholders.

I'd use a formula like this:
=""
 
G

Guest

Thanks for the reply and solution. The KB article described the exact
problem I was having.
 

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

Similar Threads


Top