Well, yes - if the "transformation step" is reorganizing your data.
With unique names (which are necessary), your example structure corresponds to
n0
n1.1
n2.1
n2.2
n3.1
n1.2
n2.3
n1.3
n2.4
n2.5
n3.2
n4
n1.4
n2.6
This data has to be reorganized into two columns as follows:
The first row is optional (depending on whether or not you have "Property Names in First Row" enabled). The order of the remaining rows does not matter. With "Layout" set to "Hierarchical", this data will result in the following diagram:
Edit: Removed duplicate row.