How to Import by CSV meta data that has sub-levels?
-
In a Woocommerce product listing, there are several meta data items that have sub categories under them (sorry if that’s not the right term, I don’t know what else to call them). I can get a list of all the meta data headings and a typical item looks like this:
_regular_price and _thumbnail_id being column headings, and “125” and “3416” being the corresponding data for a particular product.
However, I have meta data headings that show like this:
_upsell_ids being the column head with “? 0” being the first upsell product with ID “3816” and “? 1” being the second upsell product with ID “3810”.
Exporting to CSV only gives me the main heading of _upsell_id, but i can’t figure out how to structure the CSV to upload the ? 0 and ? 1 fields.
Anyone know how to do this, or if it’s possible?
Thanks!
- The topic ‘How to Import by CSV meta data that has sub-levels?’ is closed to new replies.