How to import CSV (products & categories – separated files)?
-
Hello,
was looking an answer for a while and have not found it yet, so asking you for a help.
The situation is that I want to import products to my Woocommerce store, but bumped into a problem – have two CSV files (categories and products), do not know how to import them (when have all data in one file, I know how to import).
So, I show few lines of categories CSV:
id______name_____parent_id
14511…Gifts….14497
14512…Hair…..14497
18069…Men……18027
(here are categories as we see)and here are few lines of products.csv:
id_______ean______________categories —> other info (ex. brand, name, etc.)
235…..20714001100……14497/14510/14799………..lets call this: A
245…..20714004569……14497/14510/14799………..lets call this: BProducts A and B goes to same categories (Hair and Gifts)
I understand a relation between categories and products, but the biggest question is How to import these files?
When categories are in same file like products, I know how to (can use WP all import or Woocommerce product import (builtin)).
Help me, please..
- The topic ‘How to import CSV (products & categories – separated files)?’ is closed to new replies.