Mazel Tov
Mazel Tov

Reputation: 2182

Parse.com exported data missing _Schema

Hi exported my app before parse.com was shutdown and I saw some JSONs so i though it is OK. Today I tried to import these data to mongo only to find out that I need _Schema file import too but it is missing from the exported file.

Is there a way how to generate this file?

Upvotes: 0

Views: 61

Answers (1)

Björn Kaiser
Björn Kaiser

Reputation: 9912

Looking at the _SCHEMA collection of my local Parse Server installation it seems fairly easy to reconstruct manually. It only contains the columns and their types for each collection with the collection name being the object id.

Below is an example of the _SCHEMA entry for my _User collection Example Schema

Upvotes: 0

Related Questions