Upload/import local CSV file to remote Neo4j

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

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