WooCommerce csv import
-
I’m currently facing the challenge of preparing a csv file so that I can upload products to woocommerce via the csv file.
The following problems occur:
- When I download the sample .csv file, I really don’t know how to make this file human readable so I can add my products. -> csv template https://github.com/woocommerce/woocommerce/blob/master/sample-data/sample_products.csv
- The example csv file is downloaded and you really can’t read it. It looks like this: https://ibb.co/1zgv6bc
- I convert it to Excel under – Data – From Text/CSV – and then the data is in a table. -> https://ibb.co/bXzymvt
In this step I add my products. Then I convert it back into a CSV file “CSV UTF-8”.
But the import doesn’t work because the tables etc. are no longer recognized. My question now is: How can I add products in the CSV file? Aren’t you allowed to convert the file from a csv file to an Excel file and then convert it back to csv?
If so, how can you add your own products? Because that’s impossible in the csv view. The standard Woocommerce product import is used.
- When I download the sample .csv file, I really don’t know how to make this file human readable so I can add my products. -> csv template https://github.com/woocommerce/woocommerce/blob/master/sample-data/sample_products.csv
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.