Details
| ID | ConvertAllExcept |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | transformer |
README
Convert all chosen values but exceptions.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| value | Value to convert. |
| convertTo | String to convert to. |
| except | Comma separated list of exceptions. |
Outputs
There are no outputs for this script.
commonfields: id: ConvertAllExcept version: -1 name: ConvertAllExcept script: '' type: python tags: - transformer comment: Convert all chosen values but exceptions. enabled: true args: - name: value required: true default: true description: Value to convert. - name: convertTo required: true description: String to convert to. - name: except description: Comma separated list of exceptions. isArray: true scripttarget: 0 isllm: false subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 runas: DBotWeakRole tests: - No test - used in Prisma Cloud classifier. fromversion: 5.0.0