Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
09-22-2022 10:17 PM
Hi there,
I am using this query to export particular Node data to csv using apoc.periodic.iterate. But getting error.
Please look at the query and do suggest.
09-23-2022 03:35 AM - edited 09-23-2022 03:55 AM
What is the error?
In the meantime, a couple of observations:
09-23-2022 03:50 AM
09-23-2022 04:13 AM
Just thinking out loud here... how is a multi-threaded export going to work? Halving multiple threads writing to the same file sounds like a bad idea to me. Please keep in mind that I haven't tried this at all, ymmv.
Thomas
09-23-2022 06:20 AM
I agree with @ThomasVarias, this doesn’t seem to make sense. You did remove the parallel execution, but now it will probably just overwrite the existing export and create a new one. You probably would need to append a unique identifier to the end of the file name so a new file is created each time. Are you intending to generate the export across multiple files? Have you tried exporting the data directly without the periodic iterate?
09-26-2022 09:00 PM
Yes i have tried it works well. I need to migrate data from neo4j to mongoDB. And it is one time process. Is it the right way i am doing saving data in CSV file and then do the further process or something else i can try to migrate data.
09-27-2022 12:01 AM
Neo4j Data is near about 10 GB, is it the right way by using apoc procedure
All the sessions of the conference are now available online