Nodo that reads a word file brings it as a string to dynamo

Hello, how are you, I have a question, is there a node that reads a word file and brings it to dynamo as a string?
image

That node works if you export the .doc file to .txt first (may also work with other formats like .rtf). If it 100% has to be Word, then you’ll need to look into some custom Python using MS Office interoperability.

This may help: Is there a package/way to read/write Microsoft Word (*.doc) files? - #5 by john_pierson

@Hamish thanks for the answer yes, definitely I think it only works with txt
@jacob.small if it is a bit long the word file does not work it only recognizes a bit of the text and everything; Thanks for the answers

There are a few other methods of getting to the data if you search the forum for existing posts I’m certain you’ll find the content you’re after.