relpipe-data/specification.xml
branchv_0
changeset 213 cbf25a63a43f
parent 206 0c05bdaeda34
child 228 8a6b527bc9bb
equal deleted inserted replaced
212:bf9a704dc916 213:cbf25a63a43f
   164 			A tool that drops records (does restriction) according to their match to given regular expression.
   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.
   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.
   166 			Thus single <code>relpipe-tr-grep</code> run may modify multiple relations or do match on multiple attributes.
   167 		</p>
   167 		</p>
   168 		
   168 		
       
   169 		<h3>relpipe-tr-cut</h3>
       
   170 		
       
   171 		<p>
       
   172 			A tool that drops or multiplies attributes or changes their order (does projection) according to their name match to given regular expression.
       
   173 			Relation name is also specified as a regular expression and there might be multiple regexes specifying desired attributes.
       
   174 			Thus single <code>relpipe-tr-cut</code> run may modify multiple relations or pick multiple attributes from them.
       
   175 		</p>
       
   176 		
   169 	</text>
   177 	</text>
   170 
   178 
   171 </stránka>
   179 </stránka>