jexp / batch-import

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

suggestion: tsv / csv distinction #56

Open trevor opened 10 years ago

trevor commented 10 years ago

it may be more clear to use the extensions ".tsv" or ".txt" if using tab-separated values.

http://en.wikipedia.org/wiki/Tab-separated_values http://en.wikipedia.org/wiki/Comma-separated_values

jexp commented 10 years ago

True that, and probably csv for 'comma'

majensen commented 9 years ago

Very much agree; in my world, tsv and csv are very distinct.