Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file:/// urls don't work with apoc.export.* #2179

Closed
jexp opened this issue Aug 17, 2021 · 0 comments
Closed

file:/// urls don't work with apoc.export.* #2179

jexp opened this issue Aug 17, 2021 · 0 comments
Assignees

Comments

@jexp
Copy link
Member

jexp commented Aug 17, 2021

neo4j@neo4j> call apoc.export.csv.all("file:///movies.csv",{});
Failed to invoke procedure `apoc.export.csv.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/file:/movies.csv (No such file or directory)
neo4j@neo4j> call apoc.export.csv.all("file://movies.csv",{});
Failed to invoke procedure `apoc.export.csv.all`: Caused by: java.io.FileNotFoundException: /var/lib/neo4j/import/file:/movies.csv (No such file or directory)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants