Loading a csv in azure container based neo4j

Hi all. I have neo4j deployed in a container instance in Microsoft azure. I want to load a CSV file in neo4j. How can I do that?

If you file is available via an URL you can follow the instructions here

1 Like

Hi @michael.hunger , thanks for your answer! This was helpful, but I was wondering is there any other way to do it?

If you have ssh access into the container instance you can put the files into the import directory of the neo4j installation and load them from there using file:///name.csv