Is there any way to get the Tika Parser node to parse markdown files in a directory?
These files contain text but are named *.MD - i can’t find this pattern in the file extension list, and ‘text/plain’ doesn’t pick that files up from the MIME-Type list.
would it be an option for you to rename the *.md files to *.txt files (for example with this workflow: Rename Files – KNIME Hub) and then use the TIKA Parser? You could also copy them to a temporary location while renaming, so you don’t change your source files.