Re: Pre-purchase questions
The import is failing on certain lines with for no apparent reason.
The columns I have are:
EAN, Description, Cost Price, Retail Margin, Category, Tax Code
This line works:
5018744029657,BWC Eyes Defined Gift Set,23.63,33.34273625,Gift sets,S
but this line doesn't:
5018744030004,BWC Perfect Match Gift Set,15.97,33.31941545,Gift sets,S
This line works:
5000101045639,Original Source Vanilla & Raspberry Handwash,1.5,31.81818182,Soap,S
but this one doesn't:
5000101045554,Original Source Coconut Handwash,1.5,31.81818182,Soap,S
When import reaches one of those lines, I get the message shown above. The faulty line is shown at the end of the preview table with most of the data there, except the subcategory.
I tried to delete all the products from the product table to get a fresh start and got the error:
"The given key was not present in the dictionary".
When I then tried to delete a few products at a time, it threw an exception from the ListView control and crashed.