StreamToString Converter
This operator parses a contiguous stream and outputs strings that are separated by platform-dependent line delimiters.
Configuration Parameters
None
Input
|
Input |
Type |
Description |
|---|---|---|
|
in |
stream.* |
The input stream to be parsed. |
Output
|
Output |
Type |
Description |
|---|---|---|
|
out |
string.* |
The strings parsed from the incoming stream. |
