AndroidDev21921
AndroidDev21921

Reputation: 695

How to bulk import on new parse server?

So when using parse's dashboard you could just drop a csv file to import rows for a class.

Is there a way to do this on the new parse server?

Upvotes: 2

Views: 1288

Answers (1)

Malfunction
Malfunction

Reputation: 1334

If you would like to import csv data to your parse-server, you'll have to manually parse your csv files and use the Rest API to create the objects. I've set up a simple tool that automates the process.

Note that parse-server doesn't allow you to manually set object ids, so if you're importing data exported from parse all the new objects will have new object ids.

Upvotes: 0

Related Questions