Ricky
11/16/2018, 5:02 PMHarshit
11/16/2018, 5:55 PMRicky
11/17/2018, 11:36 AMprisma import -d my_previously_exported_file.zip
and I get the following message:
Unzipping 9ms
Uncaught exception, cleaning up: Error: Object {"_typeName":"User","id":"j8k001r0745ovpgr971","updatedAt":"2018-11-16T16:17:32.148Z","email":"<mailto:confused@nowhere.co|confused@nowhere.co>","lastName":"Hussain","firstName":"test3","createdAt":"2018-11-07T19:19:14.437Z","auth0UserId":"an_auth0_id"} lacks the following properties: dateOfBirth
Validating data ✖
It seems that it cannot find the field dateOfBirth for this user. In my application, some users entered dateOfBirth and some didn't; where the field was then given a null value.