ParseExcel
The automation takes Excel file (entryID) as an input and parses its content to the war room and context.
python · Common Scripts
Details
| ID | ParseExcel |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/py3-tools:1.0.0.11597437 |
README
Takes Excel files (entryID) as an input and parses the contents to the War Room and context.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | - |
Inputs
| Argument Name | Description |
|---|---|
| entryId | The entry ID of the Excel file. |
Outputs
| Path | Description | Type |
|---|---|---|
| ParseExcel | Unknown |
commonfields: id: ParseExcel version: -1 name: ParseExcel script: '' type: python subtype: python3 tags: [] comment: The automation takes Excel file (entryID) as an input and parses its content to the war room and context. enabled: true args: - name: entryId required: true description: The entry id of the excel file. outputs: - contextPath: ParseExcel description: ParseExcel. scripttarget: 0 dockerimage: demisto/py3-tools:1.0.0.11597437 tests: - ParseExcel-test fromversion: 5.0.0