ConvertDictOfListToListOfDict
Converts dictionary of lists to list of dictionaries.
python · Cofense Vision
Details
| ID | ConvertDictOfListToListOfDict |
|---|---|
| Language | python |
| From Version | 6.2.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | transformer |
README
Converts dictionary of lists to list of dictionaries.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer |
| Cortex XSOAR Version | 6.2.0 |
Inputs
| Argument Name | Description |
|---|---|
| key | Object Key. |
Outputs
There are no outputs for this script.
commonfields: id: ConvertDictOfListToListOfDict version: -1 name: ConvertDictOfListToListOfDict script: '' type: python tags: - transformer comment: Converts dictionary of lists to list of dictionaries. enabled: true args: - name: key required: true description: Object Key. scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.8.3296088 runas: DBotWeakRole fromversion: 6.2.0 tests: - No tests (auto formatted)