I have a simple flat array extracted from the server. The "flat" data is really hierarchical in nature in that each row has a "parentKey" that connects the rows together like a tree.
How should I load this into an ADG. Is there a way this can be done using grouping or do I first need to manually process the data and build a hierarchical tree structure myself and then load that into the ADG? >From what I have seen so far that is what I need to do but I wanted to see if anyone has found an easier way to do this sort of thing before I reinvent the wheel. tks

