Save csv format to dbf format

M

mdelasaux

I have a .csv file with 13 columns of data opened in excel. I make a
few changes to a field and then want to save to .dbf format.

After saving as .dbf when I open the file only column 1 data is
present.

Any insights into where the rest of the data goes? Why does the data
disappear?

Thanks, Mike
 
B

Bryan Hessey

Try using Notepad and open your .dbf file in there to check if th
format is being ccorrectly written but not being correctly read.
 
Top