Transformer considerations, categories, and built-in transformers
Use transformers in Cortex XSOAR 8 SaaS playbooks.
You can use built-in transformers to define your transformer, they are grouped by category. Before defining a transformer, consider the following.
Transformer considerations
Transformers try to cast the transformed value (and arguments) to the necessary type. Tasks will fail if casting has failed, for example
{“some”: “object”}To upper case =>Error.Some transformers are applied on each item of the result. For example,
a, b, cTo upper case =>A, B, C.Some transformers operate on the entire list. For example,
a, b, ccount =>3.Some custom transformers are implemented as scripts with the
transformertag. You can find examples in the playbook automation task description.
Transformer categories and built-in transformers
When adding a transformer, clicking the default To upper case (String) field opens a search window showing the available built-in transformers. They are defined by category as follows.
General
Generic transformers
FIXME_ACCORDION_PLACEHOLDER
String
String transformers
FIXME_ACCORDION_PLACEHOLDER
Number
Number transformers
FIXME_ACCORDION_PLACEHOLDER
Date
Date transformers
FIXME_ACCORDION_PLACEHOLDERFIXME_ACCORDION_PLACEHOLDER
Last updated
Was this helpful?
