ConvertToSingleElementArray

Converts a single string to an array of that string.

python · Filters And Transformers

Details

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

README

Converts a single string to an array of that string.

Script Data


Name Description
Script Type python3
Tags transformer, entirelist
Cortex XSOAR Version 5.0.0

Inputs


Argument Name Description
value The string to convert to an array of that string.

Outputs


There are no outputs for this script.

commonfields:
  id: ConvertToSingleElementArray
  version: -1
name: ConvertToSingleElementArray
script: ''
type: python
tags:
- transformer
- entirelist
comment: Converts a single string to an array of that string.
enabled: true
args:
- name: value
  default: true
  description: The string to convert to an array of that string.
  isArray: true
scripttarget: 0
isllm: false
subtype: python3
runas: DBotWeakRole
fromversion: 5.0.0
tests:
- No tests (auto formatted)
dockerimage: demisto/python3:3.12.13.10404775