Hello,
For a client of ours we have made a platform in which products have repeatable fields (a product is a course and the repeatable fields are the course dates/gatherings) with Toolset. So when I want to export and import the data using wp all import pro, wp all export pro and the other addons, I can't get the repeatable fields to export the field connecting them to the product. Therefore I can't export and import that data and connect it to each other.
I've seen the post about the import with another tool and that the CSV need to be edited in order to import it (parent_group) but this doesn't do anything. Do you possible have any suggestion?
Do you perhaps have any idea how I should do it? Is there an option to export the post type and the repeatable fields type? Or is there an option to find the 'parent' field/value and export it? The standard wp parent value isn't used by the system.
Greetings,
Douwe
So when I want to export and import the data using wp all import pro, wp all export pro and the other addons, I can't get the repeatable fields to export the field connecting them to the product. Therefore I can't export and import that data and connect it to each other.
Hi, there isn't a single postmeta field that connects a repeatable field group (RFG) to its parent post. Under the hood, RFG are actually posts in a one-to-many relationship, where the parent is the post containing the field group and each field group row is a child. The slug of the post relationship is identical to the slug of the RFG. Toolset's post relationships are no longer stored as postmeta values, but in proprietary post relationship tables. With that in mind, you can use this guide to create a CSV file containing the relationship information as postmeta values. Use a CSV importer to import this information, then use the Toolset Import tool to import the post relationships.
https://toolset.com/documentation/user-guides/importing-content-from-csv-with-post-relationships/
If this isn't working as expected for you, can you share the CSV file or a portion of the CSV file you created for imports? I'll take a look and give you some feedback.