Importing existing data and relationships
-
I have a database of over 68000 rows, each row is a person. Each person can have multiple addresses, so I have created a separate pod for the addresses (I’m thinking a one to many relationship).
I am struggling to understand how I can import the data and have these records connected. The connected field on a database table would be the ID but I am not sure how to work with that model in Pods. Can someone point me in the right direction?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Importing existing data and relationships’ is closed to new replies.