jexp / batch-import

generic csv file neo4j batch importer
https://neo4j.com/docs/operations-manual/current/tools/import/
385 stars 157 forks source link

Use an argument parser library #48

Open fbiville opened 11 years ago

fbiville commented 11 years ago

Such as http://jcommander.org/ or http://args4j.kohsuke.org/. This will remove a lot of boilerplate code and greatly ease the interaction with batch-import.

I just post this issue in case someone has time before I do it myself :)

jexp commented 11 years ago

I agree, it makes a lot of sense with all the new options. Any suggestions for param names / argument layout ? But it will break backwards compatibility or?

jexp commented 11 years ago

Feel free to go ahead after a design discussion here.

fbiville commented 11 years ago

I'm afraid it will break backwards compatibility, indeed. Maybe a jump to version 2.0 would be justified in this case?