We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The following call:
CALL apoc.graph.fromDocument('{ "id": 1, "text": "Text", "data": "02-11-2019", "user": { "id": 1, "screenName": "conker84" }, "geo", { "latitude": 11.45, "longitude": -12.3 } }', { mappings: { `$`: "Tweet{!id, text}", `$.user`: "User{!screenName}" } }) yield graph
Does not produce the correct graph, because it excludes the user field.
user
The text was updated successfully, but these errors were encountered:
fixes neo4j-contrib#1333: apoc.graph.fromDocument should consider map…
b7ca925
…pings field into document whitelist
fixes #1333: apoc.graph.fromDocument should consider mappings field i…
952c63e
…nto document whitelist (#1334)
9afa563
Successfully merging a pull request may close this issue.
The following call:
Does not produce the correct graph, because it excludes the
user
field.The text was updated successfully, but these errors were encountered: