Serialize To File
Description:
Serialize to file is a step in the Output Plugin for Process Studio Workflows. The Serialize to file step, outputs rows of data in a binary format and stores in a file. The binary format has an advantage over a text (flat) file because the content does not have to be parsed when read back. The metadata is stored in the file as well. The Serialize to file step supports a write-once access pattern, and does not support appending to existing files.
Configurations:
No. | Field Name | Description |
---|---|---|
1 | Filename | Browse the file |
2 | Do not create file at start | The file is created after the entire file is parsed |
3 | Add filenames to result | Adds the filenames to the internal filename result set. This internal result set can be used later on, e.g. to process all read files. |