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

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -