jexp / batch-import

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

clear up CSV/TSV confusion #95

Open RichMorin opened 10 years ago

RichMorin commented 10 years ago

The documentation and file extensions say various things about the format of the input files. It appears, however, that they are NOT in CSV format. How about changing everything to say "TSV" (or "tsv", as appropriate), to reduce the chance of confusion?

jexp commented 10 years ago

If you have a minute, I'm happy to accept a PR. It works with both formats (with a config option) though and currently doesn't look at the extension.