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.
MATCH (nod:${node}) WITH collect(distinct nod) as a
CALL apoc.periodic.iterat...
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.