node-red/nodes/core/parsers
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
..
70-CSV.html Add parser function nodes for XML, JSON and CSV. 2014-04-29 17:01:30 +01:00
70-CSV.js Add parser function nodes for XML, JSON and CSV. 2014-04-29 17:01:30 +01:00
70-JSON.html Add parser function nodes for XML, JSON and CSV. 2014-04-29 17:01:30 +01:00
70-JSON.js Add parser function nodes for XML, JSON and CSV. 2014-04-29 17:01:30 +01:00
70-XML.html Add parser function nodes for XML, JSON and CSV. 2014-04-29 17:01:30 +01:00
70-XML.js Add parser function nodes for XML, JSON and CSV. 2014-04-29 17:01:30 +01:00