• Resolved lay10

    (@lay10)


    Hello,

    I tried to import 865 articles in bulk however 595 articles were successful, the remaining sku’s failed. Also, articles that are now online are missing pictures (only 1 picture online), correct in/out of stock status (everything is out of stock), sizes and correct prices (for example €3,099.00 in stead of €30,99).

    This is my first line in CSV:

    Link,Title,Price,Article_Number,Delivery_Time,Stock,Description,Size,image_1,image_2,image_3,image_4,image_5,image_6

    Please let me know if you need more information.

    Thanks!

    Kind regards,
    Layla

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Support Kel C. a11n

    (@kellymetal)

    Hi there Layla,

    Just to confirm, were you using the built-in Product CSV importer? The majority of the column names you listed do not match the schema/format for the Woo CSV product importer. Also, for the built-in importer, the images would generally be listed together in a single column, rather than image_1,image_2,image_3,image_4,image_5,image_6.

    Please check the schema here and make sure your CSV file matches those columns/values/etc:
    https://github.com/woocommerce/woocommerce/wiki/Product-CSV-Import-Schema#csv-columns-and-formatting

    I would also recommend reading over the rest of the guidelines for the importer here:
    https://docs.woocommerce.com/document/product-csv-importer-exporter/

    I hope that helps! If you are still having trouble, please upload your CSV file to your site’s media library or a service like Dropbox/Google drive and share the URL here so we can take a look.

    Thread Starter lay10

    (@lay10)

    Hello @kellymetal,

    Thanks for your quick reply and help!

    Correct, I’m using the built-in importer. I’ll try another import file matching those columns and values. Hopefully it’ll work.

    KR,
    Layla

    Plugin Support Kel C. a11n

    (@kellymetal)

    Hi there Layla,

    Correct, I’m using the built-in importer. I’ll try another import file matching those columns and values. Hopefully it’ll work.

    Sounds like a plan — yep, hopefully matching the schema should do the job. Let us know how it goes!

    Thread Starter lay10

    (@lay10)

    Hello @kellymetal,

    I tried it again and have better results now, thanks! However still some issues:

    – missing attributes (sizes, colors not visible)
    – Pictures (most of them missing or only showing 1)
    – Import completed 579 products, 278 skipped. Reason for failure: “A product with this sku already exists.”

    Hopefully you can have a look:

    https://drive.google.com/file/d/1-JtenIQ_q3OxCSDi5lXc_EQRinqTM_WW/view?usp=sharing, https://drive.google.com/file/d/1oGTHILtIi_SPZx2U3B9YeW2FTEzdiMhL/view?usp=sharing

    Best,
    Layla

    Plugin Support Kel C. a11n

    (@kellymetal)

    Hi there Layla,

    Glad to hear you are making progress!

    Import completed 579 products, 278 skipped. Reason for failure: “A product with this sku already exists.”

    That one is being caused for the reason it mentions — when trying to import the product, there’s already one with the same SKU. SKUs need to be unique, but I see in the CSV there are lots listed with the same SKU. For different variations, if you want to have SKUs, you can add something to the SKU to make it unique — i.e. parent SKU + something: 1099-p for the “pink” variation.

    missing attributes (sizes, colors not visible)
    Pictures (most of them missing or only showing 1)

    For these, they will need to be set up a bit differently.

    Right now, you just have a single “attributes” column. However, each different attribute will need to have its own column. As for the images, you currently have separate columns for each image, however those will need to be a single column, with a comma-separated list of images. You can see examples of how they should be formatted/entered in the example CSV here:
    https://github.com/woocommerce/woocommerce/blob/master/sample-data/sample_products.csv

    In your current file, these are the main things that will need to be updated:

    issues
    Link to image: https://d.pr/i/q5fRZS

    I hope that helps!

    Thread Starter lay10

    (@lay10)

    Hi @kellymetal,

    Your explanation has been incredibly helpful, thanks a lot. 😀

    I will make it work!

    Layla

    Plugin Support Kel C. a11n

    (@kellymetal)

    Hi there Layla,

    I’m so glad that was helpful! Best of luck making it work! 🙂

    I’m going to mark this thread as resolved for now. If you have any further questions, please start a new thread.

    Have a wonderful day!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘importing products via CSV file failed’ is closed to new replies.