Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
08-19-2020 09:55 AM
Hello,
Say I am returning a map(document) of which I want to specify some properties to be left out of the returned data. Is it possible to only leave those properties out or do we have to know what properties we want beforehand?
Solved! Go to Solution.
08-19-2020 10:05 AM
Hello @codeinode
I think you are looking for apoc.map.removeKeys()
Syntax: apoc.map.removeKeys(map(document), list_of_keys_to_remove_from_the_map)
Regards,
Cobra
08-19-2020 10:05 AM
Hello @codeinode
I think you are looking for apoc.map.removeKeys()
Syntax: apoc.map.removeKeys(map(document), list_of_keys_to_remove_from_the_map)
Regards,
Cobra
08-19-2020 10:13 AM
Ahh this is great - haven't yet learned the use of APOC functions, lot of learning left!
Thanks
All the sessions of the conference are now available online