IgnoreFieldsFromJson
Removed selected fields from the JSON object.
python · Filters And Transformers
Details
| ID | IgnoreFieldsFromJson |
|---|---|
| Language | python |
| From Version | 6.5.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Tags | transformer General |
README
A transformer to remove selected fields from the JSON object.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, General |
Inputs
| Argument Name | Description |
|---|---|
| value | The primary value of the JSON object |
| fields | Comma-separated fields/keys (without any whitespaces) that needs to be ignored from the JSON object. |
Outputs
There are no outputs for this script.
args: - description: The primary value of the JSON object. name: value - description: The value of the JSON object. name: json_object - description: Comma-separated list of fields/keys (without any whitespaces) that needs to be ignored from the JSON object. name: fields comment: Removed selected fields from the JSON object. commonfields: id: IgnoreFieldsFromJson version: -1 dockerimage: demisto/python3:3.12.13.10404775 enabled: true name: IgnoreFieldsFromJson runas: DBotWeakRole script: '' scripttarget: 0 isllm: false subtype: python3 tags: - transformer - General type: python fromversion: 6.5.0 tests: - No tests (auto formatted)