Skip to main content

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 NameDescription
1FilenameBrowse the file
2Do not create file at startThe file is created after the entire file is parsed
3Add filenames to resultAdds the filenames to the internal filename result set. This internal result set can be used later on, e.g. to process all read files.