ConvertAllExcept

Convert all chosen values but exceptions.

python · Filters And Transformers

Details

IDConvertAllExcept
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.12.13.10404775
Tagstransformer

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