Skip to main contentModule file_readers
Source - Grep
- GREP(path, pattern [, invert]) - Read only lines matching a regex.
- ReadText
- READ_TEXT(path [, match_regex]) - Read a text file line by line.
- ReadWords
- READ_WORDS(path [, min_length [, case]]) - Read a text file and emit one row per word.