Docs Connect Components Outputs stdout stdout Available in: Self-Managed Prints messages to stdout as a continuous stream of data. # Config fields, showing default values output: label: "" stdout: codec: lines Fields codec The way in which the bytes of messages should be written out into the output data stream. It’s possible to write lines using a custom delimiter with the delim:x codec, where x is the character sequence custom delimiter. Type: string Default: "lines" Requires version 3.46.0 or newer Option Summary all-bytes Only applicable to file based outputs. Writes each message to a file in full, if the file already exists the old content is deleted. append Append each message to the output stream without any delimiter or special encoding. lines Append each message to the output stream followed by a line break. delim:x Append each message to the output stream followed by a custom delimiter. # Examples codec: lines codec: "delim:\t" codec: delim:foobar Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution sql_raw subprocess