Read Binary File
Reads binary file contents
Processing
For each input row, the step reads the content of the given path into memory as binary data. The resulting binary 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 |
Bytes Limit |
long |
Number of bytes to read. Set to Evaluated for each input row |
Results
Name | Type | Description |
---|---|---|
content |
binary | The contents of the file. |