text file reading

“text files” can have a variety of meanings. A json, xml and csv files are all “text file”, but then so is an unstructured “readme.txt” document.

The node or nodes that you use largely depends on what it is you want to do with the data afterwards.

If you want to read the text file into rows of text, then the nodes mentioned by @hmfa are good, and there is some further info here:

If you want to read the entire file into a single cell, then maybe the following recent forum topic can give some ideas:

2 Likes