What is the given data? It seems that you use spaces instead of tabs for separation?
Michael Am 28.08.2014 um 19:28 schrieb 'Curtis Mosters' via Neo4j <[email protected]>: > Title says it. I downloaded https://github.com/jexp/batch-import/tree/20 and > got thie error: > > C:\Users\kwoxer\Desktop\batch_importer_20>import.bat test.db nodes.csv > rels.csv > > Usage: Importer data/dir nodes.csv relationships.csv [node_index > node-index-name > fulltext|exact nodes_index.csv rel_index rel-index-name fulltext|exact > rels_ind > ex.csv ....] > Using: Importer test.db nodes.csv rels.csv > > Writing Configuration File to batch.properties > > Total import time: 1 seconds > Exception in thread "main" java.lang.IllegalArgumentException: Unknown Type > labe > l age works_on > at org.neo4j.batchimport.importer.Type.fromString(Type.java:175) > at > org.neo4j.batchimport.importer.AbstractLineData.createHeaders(Abstrac > tLineData.java:46) > at > org.neo4j.batchimport.importer.CsvLineData.<init>(CsvLineData.java:16 > ) > at org.neo4j.batchimport.Importer.createLineData(Importer.java:173) > at org.neo4j.batchimport.Importer.importNodes(Importer.java:93) > at org.neo4j.batchimport.Importer.doImport(Importer.java:228) > at org.neo4j.batchimport.Importer.main(Importer.java:83) > > Used the given data. > > -- > 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. -- 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.
