DOCX to Text
The idea is:
I created a “Extract DOCX Text” node that works great, but the same thing cannot be done for “Extract DOC Text” node.
DocxToText Node Error: Can’t find end of central directory : is this a zip file ? If it is, see How to read a file
Error details
Other info
n8n version
1.122.2 (Self Hosted)
Stack trace
Error: DocxToText Node Error: Can't find end of central directory : is this a zip file ? If it is, see https://stuk.github.io/jszip/documentation/howto/read_zip.html at ExecuteContext.execute (c:\git\N8n.Service\src\N8n-Service.Host\n8n-custom-nodes\dist\nodes\DocxToText\DocxToText.node.js:96:19) at WorkflowExecute.executeNode (C:\Users\MTincu\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-core\src\execution-engine\workflow-execute.ts:1074:8) at WorkflowExecute.runNode (C:\Users\MTincu\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-core\src\execution-engine\workflow-execute.ts:1255:11) at C:\Users\MTincu\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-core\src\execution-engine\workflow-execute.ts:1691:27 at C:\Users\MTincu\AppData\Roaming\npm\node_modules\n8n\node_modules\n8n-core\src\execution-engine\workflow-execute.ts:2307:11
Parameters
Settings
Input Binary Field
Destination Output Field
I wish this node would…
My use case:
.DOC format is still very popular and a lot of users use it.
I think it would be beneficial to add this because:
It will avoid manual conversion from .DOCX to .DOC

