Skip to content
This repository was archived by the owner on Jun 9, 2020. It is now read-only.
This repository was archived by the owner on Jun 9, 2020. It is now read-only.

How can I know which line is it crashing on? #117

@eugenem

Description

@eugenem
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions