I have a data stored in a JSON file. I want to import that data so that it creates the App tables itself. Each JSON file I have only contains data for one specific table. I find it hard to create table columns one by one. Looking for a swifter way.
Many Thanks
Hi Adil,
Is the data coming from a Parse application?
Regards,
Mark
Hi Mark,
Thanks for the reply. No the data is my own created JSON format not coming from Parse.
Thanks
Hi Adil,
I believe the system can accept only the CSV files at the moment (I know the docs say JSON - I need to verify it). There are samples on how to format your data in CSV here:
https://backendless.com/documentation/manage/mgmt_import.htm
Regards,
Mark