BatchData
Community Common Scripts Pack.#
This Script is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
This Automation takes in a string of comma separated items and returns a dictionary of with the defined chunk size.
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags |
#
InputsArgument Name | Description |
---|---|
batch_size | number of items that will be returned in each dictionary items (must be of type int) |
data | comma separated list of items |
context_path | This nest the path under BatchedData in context. If you are running this script multiple times/simultaneously in a playbook, your data will be over written. |
#
OutputsThere are no outputs for this script.