diff -r d7ae02390fac -r fce3d6290c40 relpipe-data/examples/mercurial-hg-xmltable-sql.sh --- 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 }