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