Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I take in input a csv file with this format:
id1,id2,r,t,label
Then I aggregate id1 to get only distinct rows projected on id1 and label and I have then:
id1,label
Then I have tneo4jBatchOutput that it should give in output nodes labeled with label having as attribute id1 but the nodes created have no label. What am I missing?