I have a CSV file located in my hard disk, I want to import it to neo4j with load CSV command but I don't know how do I specify the address of CSV file in cypher query.
be aware that file: URLs are always seen from the server and not from the client's view to the world. So file: requires to copy the csv file to the Neo4j server.
– Stefan Armbruster
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more
file:
URLs are always seen from the server and not from the client's view to the world. Sofile:
requires to copy the csv file to the Neo4j server. – Stefan Armbruster