ProductJoin
Returns the product of two lists, joined by a separator, as a list of strings.
python · Filters And Transformers
Details
| ID | ProductJoin |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | transformer general entirelist |
README
Returns the product of two lists, joined by a separator, as a list of strings.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, general, entirelist |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| value | The first list (or CSV string). |
| list2 | The second list (or CSV string). |
| join | Separator |
Outputs
There are no outputs for this script.
commonfields: id: ProductJoin version: -1 name: ProductJoin script: '' type: python tags: - transformer - general - entirelist comment: Returns the product of two lists, joined by a separator, as a list of strings. enabled: true args: - name: value required: true default: true description: The first list (or CSV string). isArray: true - name: list2 required: true description: The second list (or CSV string). isArray: true - name: join required: true description: Separator. defaultValue: '=' scripttarget: 0 isllm: false subtype: python3 runas: DBotWeakRole fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775 tests: - No tests (auto formatted)