I have nodes where each has a property value that represents a hierarchy. The number of levels in the hierarchy can vary and the existing node always appears at the end of string. The separator is '/'.
An example is:
Property1: '/Level3/Level2/Level1' Property2: 'Level1'
Therefore my question is can I use somekind of string function to create new nodes (if they dont exist) for level2, level3, level4 etc and then merge relationships between level 1 - level 2, level 2 - level 3 etc.?