-
Notifications
You must be signed in to change notification settings - Fork 64
No Relations imported! #32
Comments
I also have the same question, but structure should the data have in csv file for relations. Something like |
In the exported csv file that I'm trying to import, the relation exists in a column in the following format I can also see this data in the analyzed table before importing, but no relations are imported into collections. |
I also tried various fromats but non of them are working, also with [{"_id": "1" , "_id": "2", ...}]. For one-one relation works perfect with the id as an string. But with one-many relation i cannot find the way to make it works yet |
@satiye i solved it! you need to add the property "relationType": "MANY_RELATIONS" to the strapi model settings.json and use id without underscore |
Hello, first thanks for that plugin.
I have one to many relations in my collection, for that field also data is not importing, how can I do that?
For export there is no problem, all relations are exported, but while importing the exported file all relations discarded.
Thanks in advance.
Please let me know if you need any further details.
The text was updated successfully, but these errors were encountered: