neo4j / apoc

Apache License 2.0
96 stars 28 forks source link

[vMVMuOO7] Export CSV updates #645

Closed gem-neo4j closed 3 months ago

gem-neo4j commented 3 months ago

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