Discard byte range at the start and end or all content of a binary file.
binary, discard, keep
In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Start Offset | Start Offset | 0 B | Number of bytes removed at the beginning of the file. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | |
End Offset | End Offset | 0 B | Number of bytes removed at the end of the file. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | |
Remove All Content | Remove All Content | false |
| Remove all content from the FlowFile superseding Start Offset and End Offset properties. |
Name | Description |
---|---|
success | Processed flowfiles. |