tneo4jBatchOutput doesn't set label after tAggregateRow
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?
Hi
Which function do you select for label column on tAggreGateRow? Have you printed the value on console to check if they are expected data before loaded.