For the complete documentation index, see llms.txt. This page is also available as Markdown.

Utility bean

  • Available through the utility variable

  • Contains utility functions like list conversion to CSV and vice versa. For example:

    • ${utility.toList("Admin, user1")} converts the given CSV string to a list.

Last updated

Was this helpful?