Open Readable File Stream
Use the Open Readable File Stream action to read a block of bytes from a file stream.
Complete the following steps to use the Open Readable File Stream action in your workflow:
1. Click and drag the Open Readable File Stream action under File to the canvas, place the pointer on the action, and then click or double-click the action. The Open Readable File Stream window opens.
2. Edit the Label, if needed. By default, the label name is the same as the action name.
3. In the File Path field, map the output of a previous action to provide the path to the file that you want to read the stream from.
4. In the Encoding list, select the file encoding type.
5. In the Start (Byte) field, enter the start position (byte) from where you want to start the reading of the stream. By default, the read starts from the start of the file.
6. In the Stop (Byte) field, specify the stop position (byte) of the file where you want to stop the reading of the stream. By default, the read stops at the end of the file.
7. Click Done.
Output schema
Was this helpful?