JoinListsOfDicts
This Script is part of the SafeBreach - Breach and Attack Simulation platform Pack.#
Deprecated
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 Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, general, entirelist |
| Cortex XSOAR Version | 5.0.0 |
Inputs#
| Argument 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. |
Outputs#
There are no outputs for this script.