1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00
node-red/nodes/core
Dave C-J 0b49b2cdda Add parser function nodes for XML, JSON and CSV.
Each is dual function - pass in (for example) and get out a js object, pass in a js object and get back out the xml string.
The CSV node must be configured with a column template that specifys the required property names for that column (csv->js), or the properties of the object that should be made into the csv (js->csv)
2014-04-29 17:01:30 +01:00
..
analysis Merge pull request #187 from monteslu/sentiment 2014-04-16 11:07:29 +01:00
core Functional Fix for Inject node 2014-04-29 16:20:45 +01:00
deprecated Remove deprecated nodes 2014-04-16 22:21:50 +01:00
hardware Disable unselectable option in Raspberry Pi node 2014-04-11 10:56:20 +01:00
io MQTT Client - missing null check 2014-04-21 21:14:03 +01:00
logic Make 0's appear in switch node dialog (were seen as nulls) 2014-04-11 10:56:59 +01:00
parsers Add parser function nodes for XML, JSON and CSV. 2014-04-29 17:01:30 +01:00
social Fix for IMAP node - inbox 0 error. 2014-03-23 11:43:34 +00:00
storage Allow File out node to handle objects more usefully. 2014-04-14 15:49:49 +01:00