Read File
Reads file contents as text
Processing
For each input row, the step reads the entire content of the given path into memory as text. The resulting string value is available as results.content
Settings
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
Filesystem |
dict |
The filesystem to use. If the filesystem is Evaluated for each input row |
||||||
Path |
string |
The path to the file to read. Relative paths are interpreted as relative to the flow file. Evaluated for each input row |
||||||
Compression |
string |
Decompresses file using the selected algorithm.
Evaluated for each input row |
||||||
Charset |
string |
The character encoding of the file. Evaluated for each input row |
Results
Name | Type | Description |
---|---|---|
content |
string | The complete contents of the file. |