Append Stream to File
Use the Append Stream to File action to append a stream to the specified file.
Complete the following steps to use the Append Stream to File action in your workflow:
1. Click and drag the Append Stream to File action under the File utility to the canvas, place the pointer on the action, and then click or double-click the action. The Append Stream to File 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 an output of a previous action to provide the file path that you want to append the stream to.
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 append the stream.
6. In the Read Stream field, map an appropriate output of a previous action to provide the stream to read from.
7. Click Done.
Output Schema
The Append Stream to File action returns an output schema as shown in the following figure:
Was this helpful?