Search code examples
parse-platformparse-serverparse-dashboard

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?


Solution

  • 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