Structsยง
- Grep
- GREP(path, pattern [, invert]) - Read only lines matching a regex.
- Read
Jsonl - READ_JSONL(path [, match_regex]) - Read newline-delimited JSON.
- Read
Text - READ_TEXT(path [, match_regex]) - Read a text file line by line.
- Read
Words - READ_WORDS(path [, min_length [, case]]) - Read a text file and emit one row per word.