Is there any simple way (standard component, python or C#) of combining 2 data-trees into a single one, with all lists remaining unchanged but having the branches renumbered.
I tried using Entwine but that would give me a deeper tree (with new indices at the first position) which I don’t want.
I don’t want to use any plugins.
Example
I want it to look like the bottom and not like the top.