Skip Navigation

[Resolved] relationship fields – many to many

This support ticket is created 3 years, 10 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 1 reply, has 2 voices.

Last updated by Minesh 3 years, 10 months ago.

Assisted by: Minesh.

Author
Posts
#1901045

I have two post types "promoter" and "events" and I want to assign multiple events to promoters and multiple promoters to events. But since it is certainly over 2000 promoters and even more events I would like to do this entirely via import. does this work and if so how?

The events have a specific Job_ID and the promoter a specific promoter_ID.

#1901209

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

To import the content using CSV file using the WP Ultimate CSV importer pro;
=> https://toolset.com/course-lesson/how-to-import-posts-from-csv-files-and-maintain-relationships-when-using-the-csv-importer-plugin/#example-3-many-to-many-relationships

And using the WP ALL Import plugin:
=> https://toolset.com/course-lesson/import-posts-from-csv-with-relationships-using-wp-all-import/#example-3-many-to-many-relationships

You will require to structure your CSV files to import many-to-many relationship as described with the doc.