mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix typos in parser examples
This commit is contained in:
parent
e3445dae46
commit
4df27d4b0b
@ -90,8 +90,8 @@
|
||||
"id": "783cfaa6.52fbe4",
|
||||
"type": "comment",
|
||||
"z": "4b63452d.672afc",
|
||||
"name": "Partse CSV with default column name as messages",
|
||||
"info": "CSV node can parse input CSV data.\nParsed CSV record can be send as a message sequence.\nEach message payload point to an object with `col`*N* as a key and CSV value as a value.\n",
|
||||
"name": "Parse CSV with default column name as messages",
|
||||
"info": "CSV node can parse input CSV data.\nParsed CSV record can be sent as a message sequence.\nEach message payload points to an object with `col`*N* as a key and CSV value as a value.\n",
|
||||
"x": 330,
|
||||
"y": 120,
|
||||
"wires": []
|
||||
|
@ -90,8 +90,8 @@
|
||||
"id": "187f4ab3.4c9ab5",
|
||||
"type": "comment",
|
||||
"z": "4b63452d.672afc",
|
||||
"name": "Partse CSV with default column name as array",
|
||||
"info": "CSV node can send single message with array of parsed CSV records.\nEach element of the array consists of objects with key-value pair.",
|
||||
"name": "Parse CSV with default column name as array",
|
||||
"info": "CSV node can send a single message with array of parsed CSV records.\nEach element of the array consists of objects with key-value pair.",
|
||||
"x": 320,
|
||||
"y": 300,
|
||||
"wires": []
|
||||
|
@ -90,7 +90,7 @@
|
||||
"id": "aaa1ee8f.21e2c",
|
||||
"type": "comment",
|
||||
"z": "4b63452d.672afc",
|
||||
"name": "Partse CSV with specified column name as messages",
|
||||
"name": "Parse CSV with specified column name as messages",
|
||||
"info": "CSV node can specify column name of parsed objects in its settings panel.",
|
||||
"x": 340,
|
||||
"y": 500,
|
||||
|
@ -90,7 +90,7 @@
|
||||
"id": "85091361.85644",
|
||||
"type": "comment",
|
||||
"z": "4b63452d.672afc",
|
||||
"name": "Partse CSV with column name in first row as messages",
|
||||
"name": "Parse CSV with column name in first row as messages",
|
||||
"info": "CSV node can use first row of input CSV text as a column name of each record object.\n",
|
||||
"x": 340,
|
||||
"y": 680,
|
||||
|
@ -51,7 +51,7 @@
|
||||
"id": "a57d35d0.8aa538",
|
||||
"type": "comment",
|
||||
"z": "4b63452d.672afc",
|
||||
"name": "Join extracedt sequence of HTML element using join node",
|
||||
"name": "Join extracted sequence of HTML element using join node",
|
||||
"info": "Message sequence extracted by HTML node can be combined using join node.",
|
||||
"x": 310,
|
||||
"y": 700,
|
||||
|
Loading…
Reference in New Issue
Block a user