Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-13-2019 10:06 AM
I have a query that returns many rows and want to save results in comma- or tab-delimited format for easy ingestion outside neo4j.
Current approach is to feed query to cypher-shell and save output to file:
cat myfile.cql | cypher-shell -u user -p password --format plain > output_file
Query results are not tab- or comma-delimited. How can I make this happen? Is there an alternative approach other than opening the browser, running the query from there, then exporting as CSV?
08-13-2019 10:26 AM
Consider using the apoc library and its export to csv procedure:
https://neo4j-contrib.github.io/neo4j-apoc-procedures/#export-csv
08-13-2019 11:35 AM
That looks like the very thing I wanted. Will execute. You are a scholar and a gentleman, Brant, and I think you.
06-06-2022 07:41 AM
Updated Link - The documentation has moved and the forwarding does not work quite right - https://neo4j.com/labs/apoc/4.4/overview/apoc.export/apoc.export.csv.query/
All the sessions of the conference are now available online