neo4j / apoc

Apache License 2.0
81 stars 27 forks source link

[VUHeZVxs] Make nodes/rels csv behaviour consistent #635

Closed gem-neo4j closed 2 months ago

gem-neo4j commented 2 months ago

In https://github.com/neo4j/apoc/pull/572 the behaviour for backslashes was fixed for nodes, but not for rels. This brings over the fix to relationships as well.

gem-neo4j commented 2 months ago

CSVReaderBuilder was only used here otherwise :)