Write File Output

The Write File Output node enables the writing of the entire payload or specific portions of it, as well as logs, to a file at any juncture in a stream. This node allows for the creation of a new file or appending information to the end of an existing file. It supports the creation of files with any extension.

Write File Output node

For instance, to write the stream log into a text file, you would input the path, including the filename and extension, into the node and utilize the wildcard {stream.log} as input parameters. An example path could be /Volumes/folder/folder/mytextfile.txt.

Last updated