JoinListsOfDicts Deprecated

Deprecated. No available replacement.

python · SafeBreach - Breach and Attack Simulation platform

Details

IDJoinListsOfDicts
Languagepython
From Version5.0.0
Docker Imagedemisto/python3:3.10.12.63474
Tagstransformer general entirelist

README

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.

args:
- default: true
  description: First list.
  isArray: true
  name: value
  required: true
- description: Second list.
  isArray: true
  name: right
  required: true
- description: The key to match (only for left list if rightkey is specified). Support "CustomFields" if used explicitly.
  name: key
  required: true
- description: The key to match in the right list (optional). Support "CustomFields" if used explicitly.
  name: rightkey
  required: true
comment: Deprecated. No available replacement.
commonfields:
  id: JoinListsOfDicts
  version: -1
enabled: true
name: JoinListsOfDicts
script: '-'
subtype: python3
tags:
- transformer
- general
- entirelist
timeout: '0'
type: python
dockerimage: demisto/python3:3.10.12.63474
runas: DBotWeakRole
tests:
- No tests (deprecated)
fromversion: 5.0.0
deprecated: true