ParseWordDoc
Takes an input docx file (entryID) as an input and saves an output text file (file entry) with the original file's contents.
python · Common Scripts
Details
| ID | ParseWordDoc |
|---|---|
| Language | python |
| From Version | 5.0.0 |
| Docker Image | demisto/office-utils:2.0.0.11285256 |
| Tags | word docx doc parser |
README
Takes an input Docx file (entryID) as an input and saves an output text file (file entry) with the original file’s contents.
Script Data
| Name | Description |
|---|---|
| Script Type | python |
| Tags | word, docx, doc, parser |
Inputs
| Argument Name | Description |
|---|---|
| entryID | The Docx file to parse. |
Outputs
There are no outputs for this script.
commonfields: id: ParseWordDoc version: -1 name: ParseWordDoc comment: Takes an input docx file (entryID) as an input and saves an output text file (file entry) with the original file's contents. script: '' type: python subtype: python3 tags: - word - docx - doc - parser enabled: true args: - name: entryID required: true default: true description: Docx file to parse. scripttarget: 0 dockerimage: demisto/office-utils:2.0.0.11285256 fromversion: 5.0.0 tests: - ParseWordDoc-Test