CreateArrayWithDuplicates
Community Common Scripts Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Will create an array object in context from a given string input , allowing for duplicate values to be retained
Output is to ContextKey.array as JSON does not permit duplicate key names
e.g., ContextKey.array.value1, ContextKey.array.value2, ContextKey.array.value3, etc.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | Utility |
#
InputsArgument Name | Description |
---|---|
arrayData | This is the array data to create array from, should be in the format of comma separator by default: val1,val2,val3 |
separator | Separator to use to split arrayData, by default will be comma ',' . |
contextKey | The key to place result array in context, by default will be "array". |
#
OutputsThere are no outputs for this script.