Update behaviour for how ifNeeded works as well as add new config for differentiating null values.
IfNeeded will now correctly quote strings e.g if a string has a quote in it, it will be quoted and escaped.
New config option: differentiateNullls which allows a user to have their null values differentiated from empty strings
Update behaviour for how ifNeeded works as well as add new config for differentiating null values.
IfNeeded will now correctly quote strings e.g if a string has a quote in it, it will be quoted and escaped. New config option: differentiateNullls which allows a user to have their null values differentiated from empty strings
Docs: https://github.com/neo4j/docs-apoc/pull/308