From d351aa842ca356167fd36666b5c8a7f77452d6d7 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Mon, 6 Mar 2017 19:05:52 +0000 Subject: [PATCH] add port label to file node and update info --- nodes/core/storage/50-file.html | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/nodes/core/storage/50-file.html b/nodes/core/storage/50-file.html index 1c0709239..174d04edf 100644 --- a/nodes/core/storage/50-file.html +++ b/nodes/core/storage/50-file.html @@ -48,8 +48,10 @@

Writes msg.payload to the file specified, for example to create a log.

The filename can be configured in the node. If left blank it should be set by msg.filename on the incoming message.

-

A newline is added to every message. But this can be turned off if required, for example, to allow binary files to be written.

-

The default behaviour is to append to the file. This can be changed to overwrite the file each time, for example if you want to output a "static" web page or report.

+

A newline is added to every message. But this can be turned off if required, for example, + to allow binary files to be written.

+

The default behaviour is to append to the file. This can be changed to overwrite the file + each time, for example if you want to output a "static" web page or report.

This node can also be configured to delete a file if required.

@@ -69,6 +71,7 @@ +