FormatContentData
This script formats the value given input from a JSON list into table.
python · XSOAR Content Update Notifications
Details
| ID | FormatContentData |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | transformer general |
README
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, general |
Inputs
| Argument Name | Description |
|---|---|
| value |
Outputs
There are no outputs for this script.
args: - name: value required: true description: JSON list input commonfields: id: FormatContentData version: -1 dockerimage: demisto/python3:3.12.8.3296088 enabled: true name: FormatContentData runas: DBotWeakRole script: '' scripttarget: 0 subtype: python3 tags: - transformer - general type: python fromversion: 6.0.0 tests: - No tests (auto formatted) comment: This script formats the value given input from a JSON list into table.