the library overwrites the csv file and I need to append to the file.
wanted to know the options to append to the existing csv file using apoc.export.csv.query
Created a GitHub issue and following is the link to GitHub issue:
github.com/neo4j-contrib/neo4j-apoc-procedures
apoc.export.csv.query() function overwrites the CSV file everytime it executes. Need to ap...
Thank you for the reply, Michael. You mean to say... option needs to be set in neo4j.conf file to work this ?
Also I would like to know that is there a way to create/install triggers on the cluster without stopping and starting the cluster ?