cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

apoc.convert.toList(value) need improvement i think

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

1 REPLY 1

You can use
MATCH (n:Label)
RETURN apoc.convert.fromJsonList(n.key) AS result

Nodes 2022
Nodes
NODES 2022, Neo4j Online Education Summit

All the sessions of the conference are now available online