UNPKG

@mazix/n8n-nodes-converter-documents

Version:

n8n node to convert various document formats (DOCX, DOC, XML, YML, XLSX, CSV, PDF, TXT, PPT, PPTX, HTML, JSON, ODT, ODP, ODS) to JSON or text format

5 lines (4 loc) 183 B
export { sanitizeFileName } from './sanitize'; export { promisePool } from './promisePool'; export { numberToColumn } from './columns'; export { flattenJsonObject } from './flatten';