neo4j-rstats / neo4r

A Modern and Flexible Neo4J Driver
https://neo4j-rstats.github.io/user-guide/
Other
106 stars 30 forks source link

Loading tab delimited files #74

Open btmonier opened 4 years ago

btmonier commented 4 years ago

Hello,

Is it possible to load delimited files other than CSVs using methods in neo4r? I know this is possible with basic Cypher commands using the FIELDTERMINATOR parameter but was curious if this was implemented in the neo4r::load_csv function or somewhere else. Thanks!