Strings To Document Node

Hi KNIME Community

I’m working on a text mining project to analyse some newspaper articles and I struggel with the String To Document node. In the configuration, can I select the title column and the text column. What I don’t understand is why in the new output column “Document” is only contained the text from the title variable?

Best regards
Pancho

Hi @Pancho8,

the Strings To Document node converts the data into a column that is using the Document data type.
This data type only exposes the title in the table and “hides” the remaining data. So no need to worry, everything else is still there but hidden.
You can, for example, use a Document Viewer node to view the documents or use a Document Data Extractor to turn the contents and meta information of a document back in to String columns.

Best regards,
Julian

4 Likes

Hi Julian

Thank you very much for your support. Now it’s clear what happend in Document column. And your input about the node Document Viewer is very helpful!

Best Regards
Pancho

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.