I’m creating CSV files to store data about my users, and automate my testing.
I have several CSV files, one per thing:
- User
- Person
- Sport Profile
- Membership
Each if these things have references to another thing. For example, User has a ‘Peron’ field, Person has a List of Memberships.
What’s the best way to have my DB create these things using a Bulk upload, and then insert the references to the other things?