Hi there,
I've been using ":auto PERIODIC COMMIT" to import some datasets on desktop and now trying to transfer it to python. When I run the same syntax on browser or cypher shell it works, but when it's done via python it gives:
neo4j.exceptions.CypherSyntaxError:{code: Neo.ClientError.
Statement.SyntaxError} {message: Invalid input ':': expected
I've searched around and found some stated that the syntax is different in python driver as it is in the browser/shell. Are there any documents that specify the differences or what should I do to make it work...
Cheers!