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
Mayuri Gaikwad
5 answers
3
answered
Gerrit Kiefer
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
Jeffrey Draaijer
0
answered
Mayuri Gaikwad
0
Hi Mayuri,
Did you checked all the checkboxes when importing the data:
In my project I then get:
Hope this helps
answered
Jeffrey Draaijer
0
Yes I did same way.though how do create that root entity as it contains list of employees and status object.
answered
Mayuri Gaikwad