relpipe-data/specification.xml
branchv_0
changeset 178 674b4e3b2f14
parent 176 46042297e0d6
child 184 9ad44348e6aa
equal deleted inserted replaced
177:a64671d5f997 178:674b4e3b2f14
   111 		<p>
   111 		<p>
   112 			A tool that views relational data in a GUI window. Relations are displayed as panels with tables.
   112 			A tool that views relational data in a GUI window. Relations are displayed as panels with tables.
   113 			Particular implementation might offer also additional features like chart drawing or simple statistics (sum, max, min, avg, percentiles etc.)
   113 			Particular implementation might offer also additional features like chart drawing or simple statistics (sum, max, min, avg, percentiles etc.)
   114 		</p>
   114 		</p>
   115 		
   115 		
       
   116 		<h3>relpipe-out-nullbyte</h3>
       
   117 		
       
   118 		<p>
       
   119 			A tool that converts relational data to a list of null-byte (<code>\0</code>) separated values.
       
   120 			Makes sense only for a single relation because boundaries between relations will be lost if there are more of them.
       
   121 			Also attribute names and types are lost by default.
       
   122 		</p>
       
   123 		<p>
       
   124 			Is suitable for passing a single relation to <code>xargs -0 -nX</code> (where X is the attribute count)
       
   125 			or other command that accepts values separated by a null-byte.
       
   126 		</p>
   116 		
   127 		
   117 		<h3>relpipe-out-xml</h3>
   128 		<h3>relpipe-out-xml</h3>
   118 		
   129 		
   119 		<p>
   130 		<p>
   120 			A tool that converts relational data to its XML representation.
   131 			A tool that converts relational data to its XML representation.