relpipe-data/specification.xml
branchv_0
changeset 206 0c05bdaeda34
parent 184 9ad44348e6aa
child 213 cbf25a63a43f
equal deleted inserted replaced
205:076cd1f756ef 206:0c05bdaeda34
   147 			But compared to these tools, data are parsed and then converted back to the <m:name/> format.
   147 			But compared to these tools, data are parsed and then converted back to the <m:name/> format.
   148 			Thus if the input was not in this format, the process fails (exit code != 0).
   148 			Thus if the input was not in this format, the process fails (exit code != 0).
   149 			Errors (if any) are reported on STDERR.
   149 			Errors (if any) are reported on STDERR.
   150 		</p>
   150 		</p>
   151 		
   151 		
       
   152 		<h3>relpipe-tr-sed</h3>
       
   153 		
       
   154 		<p>
       
   155 			A tool that modifies attribute values according to given regular expression and replacement string.
       
   156 			Works with given relations and attributes only (others stay untouched).
       
   157 			Relation and attribute name are also specified as a regular expression.
       
   158 			Thus single <code>relpipe-tr-sed</code> run may modify multiple relations or attributes.
       
   159 		</p>
       
   160 		
       
   161 		<h3>relpipe-tr-grep</h3>
       
   162 		
       
   163 		<p>
       
   164 			A tool that drops records (does restriction) according to their match to given regular expression.
       
   165 			Relation and attribute name are also specified as a regular expression.
       
   166 			Thus single <code>relpipe-tr-grep</code> run may modify multiple relations or do match on multiple attributes.
       
   167 		</p>
       
   168 		
   152 	</text>
   169 	</text>
   153 
   170 
   154 </stránka>
   171 </stránka>