> For the complete documentation index, see [llms.txt](https://developer.collibra.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.collibra.com/workflows/designing-workflows/processes/process-execution/beans/utility-bean.md).

# 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.
