Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
02-23-2022 07:57 PM
Hi there
Using Aura 4.4.0 Enterprise
apoc.convert.toList("[1,2,3,4]") <- I gave it a list as a string
Result [[1,2,3,4]] are you kidding me?
Just a little funny moment of my tech day
02-27-2022 04:20 AM
You can use
MATCH (n:Label)
RETURN apoc.convert.fromJsonList(n.key) AS result
All the sessions of the conference are now available online