How do I import data into the PrivateMembersData of the Members section within Database.
I want to import 1000 lines of CSV with 5 fields.
How do I import data into the PrivateMembersData of the Members section within Database.
I want to import 1000 lines of CSV with 5 fields.
You can’t
You can’t import to this collection.
You can create a separate collection, import the data, then query it, and loop over the results to register the users:
https://www.wix.com/corvid/reference/wix-users.html#register
the registration will save their data to the PrivateMembersData collection (only the fields that exist in this collection)