diff --git a/packages/node_modules/@node-red/nodes/examples/storage/file-in/01 - Read string from a file.json b/packages/node_modules/@node-red/nodes/examples/storage/read file/01 - Read string from a file.json similarity index 80% rename from packages/node_modules/@node-red/nodes/examples/storage/file-in/01 - Read string from a file.json rename to packages/node_modules/@node-red/nodes/examples/storage/read file/01 - Read string from a file.json index 14d7152c7..e90abb4c4 100644 --- a/packages/node_modules/@node-red/nodes/examples/storage/file-in/01 - Read string from a file.json +++ b/packages/node_modules/@node-red/nodes/examples/storage/read file/01 - Read string from a file.json @@ -2,7 +2,7 @@ { "id": "84222b92.d65d18", "type": "inject", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "props": [ { @@ -20,8 +20,8 @@ "topic": "", "payload": "Hello, World!", "payloadType": "str", - "x": 230, - "y": 220, + "x": 190, + "y": 180, "wires": [ [ "b4b9f603.739598" @@ -31,25 +31,25 @@ { "id": "7b014430.dfd94c", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "Write string to a file, then read from the file", - "info": "File-in node can read string from a file.", - "x": 260, - "y": 140, + "info": "Read file node can read string from a file.", + "x": 220, + "y": 100, "wires": [] }, { "id": "b4b9f603.739598", "type": "file", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "appendNewline": true, "createDir": false, "overwriteFile": "true", "encoding": "none", - "x": 420, - "y": 220, + "x": 380, + "y": 180, "wires": [ [ "6dc01cac.5c4bf4" @@ -59,7 +59,7 @@ { "id": "2587adb9.7e60f2", "type": "debug", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "active": true, "tosidebar": true, @@ -68,22 +68,22 @@ "complete": "false", "statusVal": "", "statusType": "auto", - "x": 810, - "y": 220, + "x": 770, + "y": 180, "wires": [] }, { "id": "6dc01cac.5c4bf4", "type": "file in", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "format": "utf8", "chunk": false, "sendError": false, "encoding": "none", - "x": 620, - "y": 220, + "x": 580, + "y": 180, "wires": [ [ "2587adb9.7e60f2" @@ -93,21 +93,21 @@ { "id": "f4b4309a.3b78a", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↑read result from file", "info": "", - "x": 630, - "y": 260, + "x": 590, + "y": 220, "wires": [] }, { "id": "672d3693.3cabd8", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↓write to /tmp/hello.txt", "info": "", - "x": 440, - "y": 180, + "x": 400, + "y": 140, "wires": [] } ] \ No newline at end of file diff --git a/packages/node_modules/@node-red/nodes/examples/storage/file-in/02 - Read data in specified encoding.json b/packages/node_modules/@node-red/nodes/examples/storage/read file/02 - Read data in specified encoding.json similarity index 76% rename from packages/node_modules/@node-red/nodes/examples/storage/file-in/02 - Read data in specified encoding.json rename to packages/node_modules/@node-red/nodes/examples/storage/read file/02 - Read data in specified encoding.json index d96623fb1..4ffbb2a08 100644 --- a/packages/node_modules/@node-red/nodes/examples/storage/file-in/02 - Read data in specified encoding.json +++ b/packages/node_modules/@node-red/nodes/examples/storage/read file/02 - Read data in specified encoding.json @@ -2,7 +2,7 @@ { "id": "8997398f.c5d628", "type": "inject", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "props": [ { @@ -20,8 +20,8 @@ "topic": "", "payload": "😀", "payloadType": "str", - "x": 210, - "y": 480, + "x": 170, + "y": 260, "wires": [ [ "56e32d23.050f44" @@ -31,25 +31,25 @@ { "id": "4e598e65.1799d", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "Read data in specified encoding", - "info": "File-in node can specify encoding of data read from a file.", - "x": 230, - "y": 400, + "info": "Read file node can specify encoding of data read from a file.", + "x": 190, + "y": 180, "wires": [] }, { "id": "56e32d23.050f44", "type": "file", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "appendNewline": true, "createDir": false, "overwriteFile": "true", "encoding": "none", - "x": 380, - "y": 480, + "x": 340, + "y": 260, "wires": [ [ "38fa0579.f2cd8a" @@ -59,7 +59,7 @@ { "id": "d28c8994.99c0a8", "type": "debug", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "active": true, "tosidebar": true, @@ -68,22 +68,23 @@ "complete": "false", "statusVal": "", "statusType": "auto", - "x": 770, - "y": 480, + "x": 730, + "y": 260, "wires": [] }, { "id": "38fa0579.f2cd8a", "type": "file in", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "format": "utf8", "chunk": false, "sendError": false, "encoding": "base64", - "x": 580, - "y": 480, + "allProps": false, + "x": 540, + "y": 260, "wires": [ [ "d28c8994.99c0a8" @@ -93,21 +94,21 @@ { "id": "fa22ca20.ae4528", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↑read data from file as base64 string", "info": "", - "x": 640, - "y": 520, + "x": 600, + "y": 300, "wires": [] }, { "id": "148e25ad.98891a", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↓write to /tmp/hello.txt", "info": "", - "x": 400, - "y": 440, + "x": 360, + "y": 220, "wires": [] } ] \ No newline at end of file diff --git a/packages/node_modules/@node-red/nodes/examples/storage/file-in/03 - Read data breaking lines into messages.json b/packages/node_modules/@node-red/nodes/examples/storage/read file/03 - Read data breaking lines into messages.json similarity index 79% rename from packages/node_modules/@node-red/nodes/examples/storage/file-in/03 - Read data breaking lines into messages.json rename to packages/node_modules/@node-red/nodes/examples/storage/read file/03 - Read data breaking lines into messages.json index b3d35a4da..cf83365d3 100644 --- a/packages/node_modules/@node-red/nodes/examples/storage/file-in/03 - Read data breaking lines into messages.json +++ b/packages/node_modules/@node-red/nodes/examples/storage/read file/03 - Read data breaking lines into messages.json @@ -2,7 +2,7 @@ { "id": "6a0b1d03.d4cee4", "type": "inject", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "props": [ { @@ -20,8 +20,8 @@ "topic": "", "payload": "", "payloadType": "date", - "x": 220, - "y": 740, + "x": 160, + "y": 220, "wires": [ [ "d4b00cb7.a5a23" @@ -31,25 +31,25 @@ { "id": "f17ea1d1.8ecc3", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "Read data breaking lines into individual messages", - "info": "File-in node can break read text into messages with individual lines", - "x": 290, - "y": 660, + "info": "Read file node can break read text into messages with individual lines", + "x": 230, + "y": 140, "wires": [] }, { "id": "99ae7806.1d6428", "type": "file", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "appendNewline": true, "createDir": false, "overwriteFile": "true", "encoding": "none", - "x": 540, - "y": 740, + "x": 480, + "y": 220, "wires": [ [ "70d7892f.d27db8" @@ -59,7 +59,7 @@ { "id": "7ed8282c.92b338", "type": "debug", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "active": true, "tosidebar": true, @@ -68,22 +68,22 @@ "complete": "false", "statusVal": "", "statusType": "auto", - "x": 810, - "y": 800, + "x": 750, + "y": 280, "wires": [] }, { "id": "70d7892f.d27db8", "type": "file in", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "format": "lines", "chunk": false, "sendError": false, "encoding": "none", - "x": 620, - "y": 800, + "x": 560, + "y": 280, "wires": [ [ "7ed8282c.92b338" @@ -93,27 +93,27 @@ { "id": "c1b7e05.1d94b2", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↑read data from file breaking lines into messages", "info": "", - "x": 720, - "y": 840, + "x": 660, + "y": 320, "wires": [] }, { "id": "a5f647b2.cf27a8", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↓write to /tmp/hello.txt", "info": "", - "x": 560, - "y": 700, + "x": 500, + "y": 180, "wires": [] }, { "id": "d4b00cb7.a5a23", "type": "template", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "data", "field": "payload", "fieldType": "msg", @@ -121,8 +121,8 @@ "syntax": "plain", "template": "one\ntwo\nthree!", "output": "str", - "x": 370, - "y": 740, + "x": 310, + "y": 220, "wires": [ [ "99ae7806.1d6428" diff --git a/packages/node_modules/@node-red/nodes/examples/storage/file-in/04 - Create a message stream.json b/packages/node_modules/@node-red/nodes/examples/storage/read file/04 - Create a message stream.json similarity index 79% rename from packages/node_modules/@node-red/nodes/examples/storage/file-in/04 - Create a message stream.json rename to packages/node_modules/@node-red/nodes/examples/storage/read file/04 - Create a message stream.json index 18b462755..4f0dd69ab 100644 --- a/packages/node_modules/@node-red/nodes/examples/storage/file-in/04 - Create a message stream.json +++ b/packages/node_modules/@node-red/nodes/examples/storage/read file/04 - Create a message stream.json @@ -2,7 +2,7 @@ { "id": "bdd57acc.2edc48", "type": "inject", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "props": [ { @@ -20,8 +20,8 @@ "topic": "", "payload": "", "payloadType": "date", - "x": 220, - "y": 1040, + "x": 180, + "y": 220, "wires": [ [ "7a069b01.0c2324" @@ -31,25 +31,25 @@ { "id": "1fd12220.33953e", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "Creating a message stream from lines of data", - "info": "File-in node can break read text into messages with individual lines. The messages creates a stream of messages.", - "x": 270, - "y": 960, + "info": "Read file node can break read text into messages with individual lines. The messages creates a stream of messages.", + "x": 230, + "y": 140, "wires": [] }, { "id": "ab6eb213.2a08d", "type": "file", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "appendNewline": true, "createDir": false, "overwriteFile": "true", "encoding": "none", - "x": 540, - "y": 1040, + "x": 500, + "y": 220, "wires": [ [ "b7ed49b0.649fb8" @@ -59,7 +59,7 @@ { "id": "c48d8ae0.9ff3a8", "type": "debug", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "active": true, "tosidebar": true, @@ -68,22 +68,22 @@ "complete": "false", "statusVal": "", "statusType": "auto", - "x": 810, - "y": 1140, + "x": 770, + "y": 320, "wires": [] }, { "id": "b7ed49b0.649fb8", "type": "file in", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "format": "lines", "chunk": false, "sendError": false, "encoding": "none", - "x": 280, - "y": 1140, + "x": 240, + "y": 320, "wires": [ [ "83073ebe.fcce4" @@ -93,27 +93,27 @@ { "id": "3c33e69f.6a04ba", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↑read data from file breaking lines into messages", "info": "", - "x": 380, - "y": 1180, + "x": 340, + "y": 360, "wires": [] }, { "id": "3598bf7d.5712a", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↓write to /tmp/hello.txt", "info": "", - "x": 560, - "y": 1000, + "x": 520, + "y": 180, "wires": [] }, { "id": "7a069b01.0c2324", "type": "template", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "data", "field": "payload", "fieldType": "msg", @@ -121,8 +121,8 @@ "syntax": "plain", "template": "Apple\nBanana\nGrape\nOrange", "output": "str", - "x": 370, - "y": 1040, + "x": 330, + "y": 220, "wires": [ [ "ab6eb213.2a08d" @@ -132,7 +132,7 @@ { "id": "8d4ed1d0.821fe", "type": "join", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "", "mode": "auto", "build": "string", @@ -145,8 +145,8 @@ "timeout": "", "count": "", "reduceRight": false, - "x": 630, - "y": 1140, + "x": 590, + "y": 320, "wires": [ [ "c48d8ae0.9ff3a8" @@ -156,7 +156,7 @@ { "id": "83073ebe.fcce4", "type": "switch", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "< D", "property": "payload", "propertyType": "msg", @@ -170,8 +170,8 @@ "checkall": "true", "repair": true, "outputs": 1, - "x": 470, - "y": 1140, + "x": 430, + "y": 320, "wires": [ [ "8d4ed1d0.821fe" @@ -181,21 +181,21 @@ { "id": "2088e195.f7aebe", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↓filter data before \"D\"", "info": "", - "x": 520, - "y": 1100, + "x": 480, + "y": 280, "wires": [] }, { "id": "b848cdc7.61e06", "type": "comment", - "z": "194a3e4f.a92772", + "z": "6312c0588348b2d4", "name": "↑join to single string", "info": "", - "x": 670, - "y": 1180, + "x": 630, + "y": 360, "wires": [] } ] \ No newline at end of file diff --git a/packages/node_modules/@node-red/nodes/examples/storage/file/01 - Write string to a file.json b/packages/node_modules/@node-red/nodes/examples/storage/write file/01 - Write string to a file.json similarity index 78% rename from packages/node_modules/@node-red/nodes/examples/storage/file/01 - Write string to a file.json rename to packages/node_modules/@node-red/nodes/examples/storage/write file/01 - Write string to a file.json index 2be033021..5e09ceaa6 100644 --- a/packages/node_modules/@node-red/nodes/examples/storage/file/01 - Write string to a file.json +++ b/packages/node_modules/@node-red/nodes/examples/storage/write file/01 - Write string to a file.json @@ -2,7 +2,7 @@ { "id": "84222b92.d65d18", "type": "inject", - "z": "4b63452d.672afc", + "z": "5132b95f037524f9", "name": "", "props": [ { @@ -20,8 +20,8 @@ "topic": "", "payload": "Hello, World!", "payloadType": "str", - "x": 230, - "y": 200, + "x": 150, + "y": 220, "wires": [ [ "b4b9f603.739598" @@ -31,25 +31,25 @@ { "id": "7b014430.dfd94c", "type": "comment", - "z": "4b63452d.672afc", + "z": "5132b95f037524f9", "name": "Write string to a file, then read from the file", - "info": "File node can write string to a file.", - "x": 260, - "y": 120, + "info": "Write file node can write string from a file.", + "x": 180, + "y": 140, "wires": [] }, { "id": "b4b9f603.739598", "type": "file", - "z": "4b63452d.672afc", + "z": "5132b95f037524f9", "name": "", "filename": "/tmp/hello.txt", "appendNewline": true, "createDir": false, "overwriteFile": "true", "encoding": "none", - "x": 420, - "y": 200, + "x": 340, + "y": 220, "wires": [ [ "6dc01cac.5c4bf4" @@ -59,7 +59,7 @@ { "id": "2587adb9.7e60f2", "type": "debug", - "z": "4b63452d.672afc", + "z": "5132b95f037524f9", "name": "", "active": true, "tosidebar": true, @@ -68,22 +68,22 @@ "complete": "false", "statusVal": "", "statusType": "auto", - "x": 810, - "y": 200, + "x": 730, + "y": 220, "wires": [] }, { "id": "6dc01cac.5c4bf4", "type": "file in", - "z": "4b63452d.672afc", + "z": "5132b95f037524f9", "name": "", "filename": "/tmp/hello.txt", "format": "utf8", "chunk": false, "sendError": false, "encoding": "none", - "x": 620, - "y": 200, + "x": 540, + "y": 220, "wires": [ [ "2587adb9.7e60f2" @@ -93,21 +93,21 @@ { "id": "f4b4309a.3b78a", "type": "comment", - "z": "4b63452d.672afc", + "z": "5132b95f037524f9", "name": "↑read result from file", "info": "", - "x": 630, - "y": 240, + "x": 550, + "y": 260, "wires": [] }, { "id": "672d3693.3cabd8", "type": "comment", - "z": "4b63452d.672afc", + "z": "5132b95f037524f9", "name": "↓write to /tmp/hello.txt", "info": "", - "x": 440, - "y": 160, + "x": 360, + "y": 180, "wires": [] } ] \ No newline at end of file diff --git a/packages/node_modules/@node-red/nodes/examples/storage/file/02 - Write string to a file specified by property.json b/packages/node_modules/@node-red/nodes/examples/storage/write file/02 - Write string to a file specified by property.json similarity index 79% rename from packages/node_modules/@node-red/nodes/examples/storage/file/02 - Write string to a file specified by property.json rename to packages/node_modules/@node-red/nodes/examples/storage/write file/02 - Write string to a file specified by property.json index 6aaff500a..109369b9e 100644 --- a/packages/node_modules/@node-red/nodes/examples/storage/file/02 - Write string to a file specified by property.json +++ b/packages/node_modules/@node-red/nodes/examples/storage/write file/02 - Write string to a file specified by property.json @@ -2,7 +2,7 @@ { "id": "704479e1.399388", "type": "inject", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "props": [ { @@ -25,8 +25,8 @@ "topic": "", "payload": "Hello, World!", "payloadType": "str", - "x": 230, - "y": 400, + "x": 190, + "y": 260, "wires": [ [ "402f3b7e.988014" @@ -36,25 +36,25 @@ { "id": "8e876a75.e9beb8", "type": "comment", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "Write string to a file specied by filename property, the read from the file", - "info": "File node can target file using `filename` property.", - "x": 350, - "y": 320, + "info": "Write file node can target file using `filename` property.", + "x": 310, + "y": 180, "wires": [] }, { "id": "402f3b7e.988014", "type": "file", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "filename": "", "appendNewline": true, "createDir": false, "overwriteFile": "true", "encoding": "none", - "x": 390, - "y": 400, + "x": 350, + "y": 260, "wires": [ [ "26e077d6.bbcd98" @@ -64,7 +64,7 @@ { "id": "97b6b6b2.a54b38", "type": "debug", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "active": true, "tosidebar": true, @@ -73,22 +73,22 @@ "complete": "false", "statusVal": "", "statusType": "auto", - "x": 770, - "y": 400, + "x": 730, + "y": 260, "wires": [] }, { "id": "26e077d6.bbcd98", "type": "file in", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "format": "utf8", "chunk": false, "sendError": false, "encoding": "none", - "x": 580, - "y": 400, + "x": 540, + "y": 260, "wires": [ [ "97b6b6b2.a54b38" @@ -98,21 +98,21 @@ { "id": "85062297.da79", "type": "comment", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "↑read result from file", "info": "", - "x": 590, - "y": 440, + "x": 550, + "y": 300, "wires": [] }, { "id": "7316c4fc.b1dcdc", "type": "comment", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "↓write to file specified by filename property", "info": "", - "x": 500, - "y": 360, + "x": 460, + "y": 220, "wires": [] } ] \ No newline at end of file diff --git a/packages/node_modules/@node-red/nodes/examples/storage/file/03 - Delete a file.json b/packages/node_modules/@node-red/nodes/examples/storage/write file/03 - Delete a file.json similarity index 78% rename from packages/node_modules/@node-red/nodes/examples/storage/file/03 - Delete a file.json rename to packages/node_modules/@node-red/nodes/examples/storage/write file/03 - Delete a file.json index fe6ac166b..3532e9892 100644 --- a/packages/node_modules/@node-red/nodes/examples/storage/file/03 - Delete a file.json +++ b/packages/node_modules/@node-red/nodes/examples/storage/write file/03 - Delete a file.json @@ -2,7 +2,7 @@ { "id": "4ac00fb0.d5f52", "type": "inject", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "props": [ { @@ -20,8 +20,8 @@ "topic": "", "payload": "", "payloadType": "date", - "x": 220, - "y": 600, + "x": 180, + "y": 220, "wires": [ [ "542cc2f4.92857c" @@ -31,25 +31,25 @@ { "id": "671f8295.0e6f6c", "type": "comment", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "Delete a file", - "info": "File node can delete a file.", - "x": 170, - "y": 540, + "info": "Write file node can delete a file.", + "x": 130, + "y": 160, "wires": [] }, { "id": "542cc2f4.92857c", "type": "file", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "appendNewline": true, "createDir": false, "overwriteFile": "delete", "encoding": "none", - "x": 420, - "y": 600, + "x": 380, + "y": 220, "wires": [ [ "a24da523.5babe8" @@ -59,7 +59,7 @@ { "id": "a24da523.5babe8", "type": "debug", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "active": true, "tosidebar": true, @@ -68,18 +68,18 @@ "complete": "false", "statusVal": "", "statusType": "auto", - "x": 630, - "y": 600, + "x": 590, + "y": 220, "wires": [] }, { "id": "51157051.2f62", "type": "comment", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "↓delete a file", "info": "", - "x": 390, - "y": 560, + "x": 350, + "y": 180, "wires": [] } ] \ No newline at end of file diff --git a/packages/node_modules/@node-red/nodes/examples/storage/file/04 - Specify encoding of written data.json b/packages/node_modules/@node-red/nodes/examples/storage/write file/04 - Specify encoding of written data.json similarity index 76% rename from packages/node_modules/@node-red/nodes/examples/storage/file/04 - Specify encoding of written data.json rename to packages/node_modules/@node-red/nodes/examples/storage/write file/04 - Specify encoding of written data.json index 4dabbd670..4c8c13065 100644 --- a/packages/node_modules/@node-red/nodes/examples/storage/file/04 - Specify encoding of written data.json +++ b/packages/node_modules/@node-red/nodes/examples/storage/write file/04 - Specify encoding of written data.json @@ -2,8 +2,8 @@ { "id": "e4ef1f5e.7cd82", "type": "inject", - "z": "4b63452d.672afc", - "name": "", + "z": "6312c0588348b2d4", + "name": "Base64 encoded string", "props": [ { "p": "payload" @@ -20,8 +20,8 @@ "topic": "", "payload": "8J+YgA==", "payloadType": "str", - "x": 220, - "y": 820, + "x": 200, + "y": 220, "wires": [ [ "72b37cc8.177054" @@ -31,25 +31,25 @@ { "id": "f5997af4.5a9298", "type": "comment", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "Specify encoding of written data", - "info": "File node can specify encoding of data.", - "x": 230, - "y": 740, + "info": "Write file node can specify encoding of data.", + "x": 170, + "y": 140, "wires": [] }, { "id": "72b37cc8.177054", "type": "file", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "appendNewline": true, "createDir": false, "overwriteFile": "true", "encoding": "base64", - "x": 400, - "y": 820, + "x": 420, + "y": 220, "wires": [ [ "2da33ec.f45cac2" @@ -59,7 +59,7 @@ { "id": "2e814354.278c8c", "type": "debug", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "active": true, "tosidebar": true, @@ -68,22 +68,22 @@ "complete": "false", "statusVal": "", "statusType": "auto", - "x": 790, - "y": 820, + "x": 810, + "y": 220, "wires": [] }, { "id": "2da33ec.f45cac2", "type": "file in", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "", "filename": "/tmp/hello.txt", "format": "utf8", "chunk": false, "sendError": false, "encoding": "none", - "x": 600, - "y": 820, + "x": 620, + "y": 220, "wires": [ [ "2e814354.278c8c" @@ -93,21 +93,21 @@ { "id": "ec754c99.84bfd", "type": "comment", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "↓write string with base64 encoding", "info": "", - "x": 460, - "y": 780, + "x": 480, + "y": 180, "wires": [] }, { "id": "3e6704ff.4ce25c", "type": "comment", - "z": "4b63452d.672afc", + "z": "6312c0588348b2d4", "name": "↑read result from file", "info": "", - "x": 610, - "y": 860, + "x": 630, + "y": 260, "wires": [] } ] \ No newline at end of file