Details
| ID | JSONFileToCSV |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
README
Script to convert a War Room output JSON File to a CSV file.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Cortex XSOAR Version | 5.0.0 |
Inputs
| Argument Name | Description |
|---|---|
| entryid | Entry ID of json |
| filename | Output CSV filename |
| delimiter | CSV delimiter. |
Outputs
| Path | Description | Type |
|---|---|---|
| File.Name | Filename (only in case of report type=json) | Unknown |
| File.Type | File type e.g. “PE” (only in case of report type=json) | Unknown |
| File.Size | File size (only in case of report type=json) | Unknown |
| File.MD5 | MD5 hash of the file (only in case of report type=json) | Unknown |
| File.SHA1 | SHA1 hash of the file (only in case of report type=json) | Unknown |
| File.SHA256 | SHA256 hash of the file (only in case of report type=json) | Unknown |
args: - description: Entry ID of json. name: entryid required: true - description: Output CSV filename. name: filename required: true - default: true defaultValue: ',' description: CSV delimiter. name: delimiter comment: Script to convert a War Room output JSON File to a CSV file. commonfields: id: JSONFileToCSV version: -1 enabled: true name: JSONFileToCSV outputs: - contextPath: File.Name description: Filename (only in case of report type=json). type: Unknown - contextPath: File.Type description: File type e.g. "PE" (only in case of report type=json). type: Unknown - contextPath: File.Size description: File size (only in case of report type=json). type: Unknown - contextPath: File.MD5 description: MD5 hash of the file (only in case of report type=json). type: Unknown - contextPath: File.SHA1 description: SHA1 hash of the file (only in case of report type=json). type: Unknown - contextPath: File.SHA256 description: SHA256 hash of the file (only in case of report type=json). type: Unknown script: '-' timeout: 600ns type: python subtype: python3 tags: [] tests: - JSONtoCSV-Test fromversion: 5.0.0 dockerimage: demisto/python3:3.12.13.10404775