-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document apoc.convert.toTree #1269
Comments
The documenation for apoc.toTree is completely absent in conversion functions of the documentation. I am trying to figure out how to include property of relationships in the result, but the documentation is not there. So I don't even know if it's possible. |
FWIW here's the current code - neo4j-apoc-procedures/core/src/main/java/apoc/convert/Json.java Lines 73 to 114 in 16581f3
The tests include some examples of including/excluding properties - eg
|
Fixes #1269 Co-authored-by: Giuseppe Villani <[email protected]>
Fixes #1269 Co-authored-by: Giuseppe Villani <[email protected]>
Fixes #1269 Co-authored-by: Giuseppe Villani <[email protected]>
Fixes #1269 Co-authored-by: Giuseppe Villani <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Giuseppe Villani <[email protected]>
Especially the config options
perhaps also how to convert individual nodes/rels into paths using the paths functions
and if/how virtual entities work with this procedure
The text was updated successfully, but these errors were encountered: