Hello,
I was wondering if it is possible to call the 'split' function or 'apoc.text.split' inside an apoc.periodic.iterate.
When using either split function, we get the following error:
For our application, we are creating nodes via Java & APOC and need to set property values as lists. They are currently being stored as Strings such as "["val1","val2"]". Is there a way to utilize either split function or another alternative for our use case? Thank you so much!