You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Comment by eastlondoner Tuesday Aug 17, 2021 at 11:26 GMT
Example (on a cluster):
CALL apoc.export.csv.all("file:///movies.csv", {});
<success>
CREATE DATABASE movies WAIT;
CALL apoc.export.csv.all("file:///movies.csv", {});
Failed to invoke procedure `apoc.export.csv.all`: Caused by: java.io.FileNotFoundException: /data/databases/movies/temp-bootstrap/file:/movies.csv (No such file or directory)
Tuesday Aug 17, 2021 at 11:06 GMT
Originally opened as neo4j-contrib/neo4j-apoc-procedures#2180
i.e.
The text was updated successfully, but these errors were encountered: