Hi,
how can I load multiple csv files in a directory to neo4j with a single load
.

The following is the query that I am using in order to load one cvs file:

LOAD CSV WITH HEADERS FROM "file:/file1.csv" AS ROW FIELDTERMINATOR ';' 

I have a folder with 50 cvs files which has the same format I need to load all 
to neo4j with one load 

Regards

-- 
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 neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to