You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 9, 2020. It is now read-only.
I have downloaded Neo4j Community 2.0.0 edition for Windows and zip (CSV) Batch Importer 2.0.
I'm trying to import csv files to Neo4j db. For now I'm using just nodes2.csv without relations.
I' m using these samples:
nodes2.csv
name:string:users age works_on
Michael 37 neo4j
Selina 14
Rana 6
Selma 4
Exception in thread "main" java.lang.IllegalStateException: Index users not configured.
at org.neo4j.batchimport.Importer.importNodes(Importer.java:108)
at org.neo4j.batchimport.Importer.doImport(Importer.java:228)
at org.neo4j.batchimport.Importer.main(Importer.java:83)
I have downloaded Neo4j Community 2.0.0 edition for Windows and zip (CSV) Batch Importer 2.0.
I'm trying to import csv files to Neo4j db. For now I'm using just nodes2.csv without relations.
I' m using these samples:
nodes2.csv
batch.properties
I have executed like this:
But I get this error: