cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Upload/import local CSV file to remote Neo4j

oli
Graph Buddy

I have csv file on my local machine and I wish to import the tuple to the remote neo4j (well connected). How could I do that? Thanks in advance

1 REPLY 1

Bennu
Graph Fellow

Hi @oli,

Do you have acces to the DB machine? The import folder specifically. If you are, you can do it with a local import, otherwise, you may like uploading your csv in a public repository (maybe git) and then proceed with an url import.

Bennu