Hi,
I really love your IMPORT feature on the Database via the REST CONSOLE, and also the MANAGE button.
My json file is:
{
‘name’: ‘sample name’,
‘address’: ‘sample address’,
‘items’: [{
‘title’: ‘sample’,
‘subtitle’: ‘sample’
},
{
‘title’: ‘sample’,
‘subtitle’: ‘sample’
},
{
‘title’: ‘sample’,
‘subtitle’: ‘sample’
}]
}
But when i import via both ways, only the top level fields got important, and the sub level one not (eg the ‘items’).
Is there something i need to do for this to import properly ?