I have a backup copy of my Neo4j database deployed alongside my regular database. I'd like to restore data from the backup database that I am able to retrieve with a cypher query. Is there an easy way to export that data from my backup and have it replace the corresponding fields in the current database?
I can export the results of the query as JSON or CSV easily from the web GUI for neo4j, but I'm not sure how to upload the results back into my main database.
There are similar questions to this for SQL but I have not been able to find out how to do it in neo4j.