Why is Content Cache Pull Renumbering & Removing Empty Paths?

I need to preserve my tree structure for other operations down the line. My intention is to pull this data in a different GH Script and I need the Data Tree structure to be preserved for that. Why is pulling renumbering the branches? I am also losing path {1;0;0;2} since it is empty…is this a bug or is this intended behavior? If it is the latter, can we please retain tree structure?

When you push, the Result output preserves the tree structure. This is the behavior that I expect since its the same Result output on the a pulling Content Cache component.

I am on Version 8 SR25
(8.25.25287.14001, 2025-10-14)

2 Likes

it looks like also two items are missing from the last branch?

it must be null items which are getting cleaned up like in the case of {1;0;0;2}

3 Likes