Import Mapping

0
{     "list": [         {             "empName": "abc",             "address": "abc",             "department": " CMT"         },         {             "empName": "abc",             "address": "anc",             "department": "Experience"         },         {             "empName": "abc",             "address": "abc",             "department": " Experience"         }     ],     "status": {         "code": "0",         "message": "Success!!",         "comment": "Yes!! You have done this successfully!! "     } }
asked
5 answers
3

What is your question?

answered
0

Hi,

Not sure what your question is but perhaps you can take a look at one of the learning paths to find help regarding import mapping a JSON structure? 

Perhaps the following learning path: https://gettingstarted.mendixcloud.com/link/path/44

 

Cheers,

Jeffrey

answered
0

answered
0

Hi Mayuri,

Did you checked all the checkboxes when importing the data:

In my project I then get:

 

Hope this helps

answered
0

Yes I did same way.though how do create that root entity as it contains list of employees and status object.

answered