Problems with Importing Relationships from CSV using backendless example

Hello @William_Lee

“relation({”“constraints”":[],"“type”":"“RELATION”","“autoLoad”":false,"“relatedTable”":"“Child”"})"
relation - name of relation column
type - type of relation (RELATION=1:1, RELATION_LIST=1:N)
But if it is one-to-many relay, then it will not be in the Parent table, but in the Child.

In order for you to have the correct file structure, use my advice from your other topic - Best way to import Many to Many relations between 2 tables "Companies" & "Categories" - #5 by Vladimir_Yalovy

What is your applicationId?

1 Like