Migrating from baasbox to backendless

Hi
Is there any way to import baasbox to backendless?
Thank you

Hi Hisham,

First time hear about baasbox, could you please provide some export data so that we can consider supporting it?

Regards, Artur

Hi Artur

I only have the json file from the database. Its rather huge

Recently we added support for Parse import (which stores data in Json). If the structure of your file is similar to Parse you can try importing.

Well go on, try to import and notify us about results.

Hi Hisham,

A “brute force” approach would be this:

    Create a script/program to read in the file Iterate over the entities in the file For each entity use Backendless API to store the object/entity in Backendless.
Regards, Mark