PDA

View Full Version : Problems Importing CSV File


Reesy100
07-Oct-2010, 12:27 PM
Hi All,

Sorry if I've posted this in the wrong area, I'm new on here so hope its in the right place!!

I was hoping someone might be able to help me with importing a flat csv file. Its all working fine but it keeps creating new categories on the website rather than using existing ones. I am matching the exact path of the existing categories using a | to seperate the categories......

Any help would be very much appreciated!

Chris

Duncan Rounding
07-Oct-2010, 12:30 PM
Can you post a few lines of your import file?

Reesy100
07-Oct-2010, 12:33 PM
I cant at the mo as I'm at work but will try and get something up here later....

Reesy100
01-Nov-2010, 05:44 PM
Hi Again,

I hope I have now managed to attach a zip file with a sample of the csv upload flat file which I am having a problem with.

Any help/advice would be much appreciated!

Chirs

Duncan Rounding
01-Nov-2010, 06:54 PM
There are a number of errors in the file.
1. The column header in column AC:
'Use External Data
Actinic Business/ Designer Only.'
has a line feed/carriage return in it.
2. The 'Image Filename' in column R is invalid - it is 0 (needs to be a valid image file type)
3. The 'Minimum Quantity Orderable' needs to be defined and at least 1

Also make sure you have 'Auto Generate Product References' unchecked.
Additionally, remember that you can delete all fields that are not used - defaults will be used.

A working version of your file is attached that works fine and doesn't duplicate any sections or products.

Reesy100
06-Nov-2010, 02:43 PM
Great, thanks v much - will give that a go!!

Chris

Goz
06-Nov-2010, 04:16 PM
Another problem is that Section Text column has spaces either side of the delimeter

you have " | "

I think it should be "|"

which is why it is creating new sections.

Reesy100
23-Dec-2010, 02:27 PM
Hi guys,

Tried the new upload file and also with no spaces either side of the delimiter and its still creating new sections and I cant understand why....

I have checked the spelling of the section over and over and matched the case format etc any other ideas??

Thanks for the help...

Chris

Duncan Rounding
23-Dec-2010, 02:50 PM
Did you try the file I attached above as a test?