android - Map the ObjectId Pointer to a Collection in Parse during REST / CSV data upload? -
we using parse backend android & iphone mobile application. database has 2 collections 1 stores , other products. 1 store can have multiple products, however, 1 product can belong 1 store.
for use case, have used pointer column in product collection points objectid store. now, want bulk upload products & stores database using either csv imports or rest api.
how can map products in database corresponding store's objectid automatically during upload? have unique identifiers stores, products & mapping in data uploading.
Comments
Post a Comment