StringToStream Converter
This operator converts incoming messages of type 'string' to a contiguous stream. A platform-dependent line delimiter is appended after each string written to the output stream.
Configuration Parameters
None
Input
|
Input |
Type |
Description |
|---|---|---|
|
in |
string.* |
The string inputs. |
Output
|
Output |
Type |
Description |
|---|---|---|
|
out |
stream |
The contiguous stream of input parameters delimited by a platform-dependent line delimiter. |
