I have a situation where the source contains personal as well as academic details of a student. The target should receive personal and academic details as a separate message.
I know that it can be achieved by creating two different target structures , one for academics and other for personal and create corresponding service interfaces. But I don't want to do that way.
I have a single target structure, containing two different nodes, one for personal and one for academic. Can i achieve the same with the single structure ?
Is multi-mapping the key ? If so, how do I achieve it. Please provide a step by step process.
Screenshot of my structures attached.
Ignore the red marks, coz I haven't mapped the fields.
Thank you.