ArrayToCSV
Common Scripts Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Converts a simple Array into a textual comma separated string
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | transformer, general |
Cortex XSOAR Version | 6.0.0 |
#
InputsArgument Name | Description |
---|---|
value | An array of strings input |
#
OutputsThere are no outputs for this script.
#
Script Examples#
Example command``!ArrayToCSV value=
["example","example"]````
#
Context Example#
Human Readable Outputexample,example
#
Example command!ArrayToCSV value="example,example,example"
#
Context Example#
Human Readable Outputexample,example,example