mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(Default Data Loader Node): Use text loader for text/markdown mime-types (#19549)
This commit is contained in:
@@ -25,7 +25,7 @@ const SUPPORTED_MIME_TYPES = {
|
|||||||
csvLoader: ['text/csv'],
|
csvLoader: ['text/csv'],
|
||||||
epubLoader: ['application/epub+zip'],
|
epubLoader: ['application/epub+zip'],
|
||||||
docxLoader: ['application/vnd.openxmlformats-officedocument.wordprocessingml.document'],
|
docxLoader: ['application/vnd.openxmlformats-officedocument.wordprocessingml.document'],
|
||||||
textLoader: ['text/plain', 'text/mdx', 'text/md'],
|
textLoader: ['text/plain', 'text/mdx', 'text/md', 'text/markdown'],
|
||||||
jsonLoader: ['application/json'],
|
jsonLoader: ['application/json'],
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user