Answered
import JSON file but data is strange
I am using Backendless 4.0, and try to import JSON file from local computer.
However, after I got msg from the server, the data table is strange.
I had 186 objects, but they show only 32 null objects.
Is there any issue of import Json file? Please check
Hello,
please send your JSON file to support@backendless.com
Does this file was created from 3.x or 4.x backendless?
There is a number of issues with this file:
1. It starts from ',' but should be column name, I have added this num(INT) at the beginning
2. there are duplicate column names 'address' and 'name', so I have changed it to name2(STRING(36)) and address2(STRING(72))
so the first line should be
Leave a Comment
Comments have been locked on this page!