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 has been archived by the owner on Jun 9, 2020. It is now read-only.
Import graph
Using Existing Configuration File
..
Total import time: 3 seconds
Exception in thread "main" java.lang.NumberFormatException: For input string: "Male"
at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65)
at java.lang.Integer.parseInt(Integer.java:492)
at java.lang.Integer.valueOf(Integer.java:582)
at org.neo4j.batchimport.importer.Type$2.convert(Type.java:13)
at org.neo4j.batchimport.importer.RowData.split(RowData.java:86)
at org.neo4j.batchimport.importer.RowData.updateMap(RowData.java:92)
at org.neo4j.batchimport.Importer.importNodes(Importer.java:93)
at org.neo4j.batchimport.Importer.main(Importer.java:57)
I've got few hundred thousand rows and a lot of them have Male values
The text was updated successfully, but these errors were encountered:
I've got few hundred thousand rows and a lot of them have Male values
The text was updated successfully, but these errors were encountered: