dceejay
8a5c1bade5
new tests for sentiment, file and csv
...
(inc a bugfix for csv :-)
tweka of 0.8 ?
temp remove buffer should equall test from file node test
comment out failing test in file node (0.8 specific fail...)
stagger multiple writes slightly in file test
2015-03-25 14:58:57 +00:00
dceejay
fcc6943f98
Extra tests for html, xml, json and tail nodes
...
(and some consistent passing of missing payloads)
2015-03-24 17:43:47 +00:00
Nick O'Leary
be61cf6a88
Add node.error handling to core nodes
2015-03-16 13:58:01 +00:00
dceejay
9f012c261a
Make parser nodes errors actual errors.
...
(more cleanup will probably be necessary - but this is a start)
2015-02-23 19:30:29 +00:00
dceejay
51421ce657
clone msg more correctly for CSV node multiple line output
2015-02-22 21:57:06 +00:00
dceejay
43054906dc
preserve other msg properties when passing through CSV node
2015-02-22 19:23:36 +00:00
dceejay
cc095e4edf
edit HTML node info to remove ref to jQuery. Link to CSSselect instead.
2015-02-14 19:06:35 +00:00
dceejay
e2911078e3
tidy up tab-info so subflows show more useful information
...
(was broken before but no-one noticed ;-)
(and reorder fields in HTTP and XML nodes so name comes out first - ocd)
2015-02-10 16:56:07 +00:00
dceejay
5e5a220f68
Better ref link for CSS selectors list for HTTP parser node.
2015-01-30 10:00:20 +00:00
dceejay
8c075bfde3
Make HTML select node point to Cheerio select docs.
2015-01-29 18:53:59 +00:00
dceejay
2066d53d3f
Handle quotes in JSON inside CSV files in CSV node...
...
so they come out as real JSON rather than being stripped.
2015-01-09 20:32:05 +00:00
Dave C-J
bf8d549cf7
Add "advanced" options to XML parsing node
...
Allows setting of attrkey and charkey
Push to close #348
2014-12-15 17:05:18 +00:00
Dave C-J
8b7e367416
tweak CSV parser to better handle GSM style phone numbers.
2014-11-08 15:34:54 +00:00
Dave C-J
f04e42e4da
Fix bug in number handling in CSV parser
...
Thanks Anupam !
2014-09-16 19:05:16 +01:00
Dave C-J
7e2dbb13e4
Major Update to CSV node.
...
now handles lines, files, column names in first row, etc etc
2014-09-12 16:50:01 +01:00
Dave C-J
c3926f6513
Better template handling in CSV node - (can cope with quoted column names etc)
2014-08-30 13:22:22 +01:00
hbeeken
38c541361e
Removing unreachable catch blocks
2014-08-04 10:57:00 +01:00
Dave C-J
1a1c6a73b6
Update icon to fa icons for parser nodes and sentiment
2014-07-11 21:01:16 +01:00
Dave C-J
52779ac518
Tidy up jsHinst errors in parser nodes
2014-06-30 20:44:01 +01:00
Dave C-J
cf70fee8c7
Add new HTML (cheerio/jquery like) parser node ...
2014-06-24 13:22:16 +01:00
Dave C-J
2cdaed1325
Add "use strict" to most core nodes.
...
(skipping ones that may have other work in progress)
2014-05-29 22:13:21 +01:00
Nick O'Leary
ff49d2b217
Migrate to new node function style
2014-05-03 23:32:04 +01:00
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