relpipe-data/specification.xml
branchv_0
changeset 213 cbf25a63a43f
parent 206 0c05bdaeda34
child 228 8a6b527bc9bb
--- a/relpipe-data/specification.xml	Thu Dec 13 13:58:06 2018 +0100
+++ b/relpipe-data/specification.xml	Thu Dec 13 14:14:17 2018 +0100
@@ -166,6 +166,14 @@
 			Thus single <code>relpipe-tr-grep</code> run may modify multiple relations or do match on multiple attributes.
 		</p>
 		
+		<h3>relpipe-tr-cut</h3>
+		
+		<p>
+			A tool that drops or multiplies attributes or changes their order (does projection) according to their name match to given regular expression.
+			Relation name is also specified as a regular expression and there might be multiple regexes specifying desired attributes.
+			Thus single <code>relpipe-tr-cut</code> run may modify multiple relations or pick multiple attributes from them.
+		</p>
+		
 	</text>
 
 </stránka>