Hello,
i have a tree with branches / sub-branches of different depth and i need to collapse each branch hierarchy to just one level but keeping the original indices of that first level. Hope that makes sense!
Trim tree or shift require you to know the actual hierarchy level count so i haven’t found a way to do that yet, if the branches were uniform that would work.
Any ideas?
OK replying to my own thread here, i messed around with the infamous path mapper
{A;B;C} {A}
{A;B;C;D} {B}
that fixed it.