JoinListsOfDicts
SafeBreach - Breach and Attack Simulation platform Pack.#
This Script is part of theDeprecated
No available replacement.
Join two list of dictionaries by a key. If the key name differs between the two lists, specify both key (for left list) and rightkey (for right list).
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | transformer, general, entirelist |
Cortex XSOAR Version | 5.0.0 |
#
InputsArgument Name | Description |
---|---|
value | First list. |
right | Second list. |
key | The key to match (only for left list if rightkey is specified). Support "CustomFields" if used explicitly. |
rightkey | The key to match in the right list (optional). Support "CustomFields" if used explicitly. |
#
OutputsThere are no outputs for this script.