Synadia Connect
Lines
NAME | RUNTIME | TYPE | VERSION |
---|---|---|---|
lines | wombat | scanner | latest |
Split the sourced data into a message per line.
Configuration
Name | Type | Optional | Secret | Description |
---|---|---|---|---|
custom_delimiter | string | no | no | Use a provided custom delimiter for detecting the end of a line rather than a single line break. |
max_buffer_size | int | yes | no | Set the maximum buffer size for storing line data, this limits the maximum size that a line can be without causing an error. The value defaults to 65536 . |
omit_empty | bool | yes | no | Omit empty lines. The value defaults to false . |