Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-15-2022 05:02 AM
Hi,
I have exported my Neo4j database to a CSV with the following:
<
CALL apoc.export.csv.all("movies.csv", {})
/>
And I want to import this CSV file to another Neo4j database. How do I do it?
I'm not interested in importing a Cypher file with apoc.import.runFile
to the database. And I do not want to specify the labels such as in apoc.import.csv
because all of them are already specified in the CSV.
Many thanks
All the sessions of the conference are now available online