Re-mapping from one doc type to another

Hi Friends,

I have a working build with a given document type for my current project.
As a part of another phase, we have a new document type having totally different xml structure. It has a new root element with a new child elements and a lot of other changes. The document is a huge document and we have a very complex mapping.

Is there any way of handling the re-mapping from one document to another ?

Our flow is mapping from Source to Canonical and Canonical to Target. Here Canonical document has got a bunch of changes in xml structure and others. so how can we replace the old Canonical document to new ? or there is the only way to re-map everything from scratch ?

-Nilesh

Unfortunately - you’re gonna have to redo the mapping manually.
~Rohit