Skip Navigation

[Resolved] CSV Import after Toolset Types 3.0 (Toolset Post Relationships Released)

This thread is resolved. Here is a description of the problem and solution.

Problem:

After Toolset Types 3.0 (Toolset Post Relationships Released), I set one-to-many relationships. States(one) and Cities(many).

How can I import that csv?

Solution:

For the new post relationship of Types plugin, please follow our document to import the post relationships:

https://toolset.com/documentation/user-guides/how-to-import-content-into-wordpress-using-csv/import-csv-ultimate-csv-importer-plugin/how-to-import-posts-from-csv-files-and-maintain-relationships-when-using-the-csv-importer-plugin/

Relevant Documentation:

This support ticket is created 6 years, 7 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.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9: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/Hong_Kong (GMT+08:00)

This topic contains 2 replies, has 2 voices.

Last updated by koheiY 6 years, 7 months ago.

Assisted by: Luo Yang.

Author
Posts
#908904

I have 2 custom post types. States(parent) and Cities(child).
Before Toolset Types 3.0, I can import a csv like this.

post_type,post_title,post_id
state,Nevada,100001
state,Oregon,100002
state,North Carolina,100003

post_type,post_title,_wpcf_belongs_post_id
city,Reno,100001
city,Tillamook,100002
city,Dunn,100003
city,Fayetteville,100003

After Toolset Types 3.0 (Toolset Post Relationships Released), I set one-to-many relationships. States(one) and Cities(many).

How can I import that csv?
What is replaced the column "_wpcf_belongs_post_id"?

#909190
#909200

Thank you!