Mapping an object to another object using the Import mapper?

0
I would like to map an NPE to a PE.   can I use the mapper for this?   it gets a bit out of control when you have lots of big data sets you need to map by hand  
asked
2 answers
1

YOu can use the mappings to export the NPE to JSON and import the json with an import mapping. Another option might by to use the copyattributes java action that can copy the NPE attributes to the attributes with the same name and type in the PE.

answered
0

upvote this idea:

 

A beter way to map Entity-A to Entity-B

https://community.mendix.com/link/space/studio-pro/ideas/4839

 

answered