De-Serialize From File
Description:
De-serialize from file is a step in the Input Plugin for Process Studio Workflows. The De-serialize from file step reads rows of data from a binary Process Studio file containing rows and its metadata.
Configurations:
| Field Name | Description |
|---|---|
| Step Name | Specify the name of the step. This name has to be unique in a single workflow. |
| Filename | Specify the name of the binary file to be de-serialized. |
| Limit Size | Specify the limit the number of rows written to the file. A value of zero (0) indicates no size limit (optional). |
| Add filename to result | Adds the generated filename to the result of the workflow. Filenames in result is a unique list being kept in memory that can be used in the next steps or parent workflow steps or parent process entries. |