I am creating a text file to then Bulk insert into Neo4j. This is working EXCEPT the nodes are not labeled. The file I am loading has this text:
[{"method":"POST","to":"/node","body":{"ICD9":"79409","NodeType":"Dx","ID":2},"metadata":{"labels":["Dx"]}}]
What should it look like to create the label "Dx"?
I can use set after creating the nodes but this is slow and may time out.