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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						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  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dave C-J 
							
						 
					 
					
						
						
							
						
						52779ac518 
					 
					
						
						
							
							Tidy up jsHinst errors in parser nodes  
						
						 
						
						
						
						
					 
					
						2014-06-30 20:44:01 +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