relpipe-data/examples/mercurial-hg-xmltable-sql.sh
branchv_0
changeset 317 fce3d6290c40
parent 264 d39cfc926f95
--- a/relpipe-data/examples/mercurial-hg-xmltable-sql.sh	Fri Sep 25 14:38:24 2020 +0200
+++ b/relpipe-data/examples/mercurial-hg-xmltable-sql.sh	Thu Oct 22 01:51:32 2020 +0200
@@ -22,10 +22,10 @@
 		| sed -E 's/([^ \s]+)\s+([0-9]+):(.*)/\1\n\2\n\3/g' \
 		| tr \\n \\0 \
 		| relpipe-in-cli \
-			generate-from-stdin hg_tags 3 \
-				tag string \
-				revision integer \
-				hash_short string
+			--relation "hg_tags" \
+				--attribute "tag" string \
+				--attribute "revision" integer \
+				--attribute "hash_short" string
 }