I want to give the *batch-import tool* (https://github.com/jexp/batch-import/tree/20) another try.
So let's start with a basic example. I have a file with ID,name *1,"Hans"2,"Werner"* ... and another file with ID,title *1,"First title"2,"Second title"* ... And finally I want to have one node of these in Neo4j like ID,name,title *1,"Hans","First title"* ... I think this is a very easy task. But how is that possible in that tool? ./import.sh test.db sample/nodes.csv sample/rels.csv This is the only code emaple I'm seeing there over and over. But that will not work for me because the second file is not really a relation, it's more an addition. Thanks -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
