We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
leaves lists alone converts all other values into a single element list
e.g. UNWIND apoc.convert.asList(someValue) AS element
UNWIND apoc.convert.asList(someValue) AS element
The text was updated successfully, but these errors were encountered:
@jexp can you provide a simple use-case?
Sorry, something went wrong.
We can use the apoc.convert.toList currently, as the ConvertUtils.toList introduced here allows to convert non-list elements to singleton lists.
apoc.convert.toList
JMHReif
No branches or pull requests
leaves lists alone
converts all other values into a single element list
e.g.
UNWIND apoc.convert.asList(someValue) AS element
The text was updated successfully, but these errors were encountered: