Magmi, by default, is set to process CSV files with each column enclosed in a double quote "
.
If you look under the Configure Current Profile
section, you'll find a filed labeled CSV Enclosure
, with a double quote populated.
On the other hand, Magento exports the CSV files without the double quote wrappers. Try removing the double quote from the CSV Enclosure
field in Magmi, then saving the profile. Do a test run and see if that works.
If this doesn't work, you can import the file into Excel and resave the file using double quotes. The method that works for me goes as follows:
- Open Excel (create a blank spreadsheet)
- Go to the
Data
tab in Excel, click the From Text
button.
- Open your CSV exported from Magento
- Choose
Delimited
and click Next
- Under
Delimiters
, select Comma
. Click Next
- On the
Data Preview
section, highlight all of the columns (Hold shift and select the farthest column on the right).
- Choose
Text
under Column data format
- Click Finish
After you verified all of your data is correct in the spreadsheet, you'll have to export it to wrap all of the cell values in double-quotes. To do this, follow this tutorial:
http://www.markinns.com/articles/full/export_excel_csvs_with_double_quotes
After the file is saved, upload it to your var/import
directory, set Magmi to use "
as the CSV Enclosure
, and try running the import.