From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/utilities/nttools/tmerge.par | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pkg/utilities/nttools/tmerge.par (limited to 'pkg/utilities/nttools/tmerge.par') diff --git a/pkg/utilities/nttools/tmerge.par b/pkg/utilities/nttools/tmerge.par new file mode 100644 index 00000000..826e5e2c --- /dev/null +++ b/pkg/utilities/nttools/tmerge.par @@ -0,0 +1,9 @@ +# par file for the tmerge task +intable,s,a,"",,,"list of tables" +outtable,s,a,"",,,"name of output table" +option,s,a,"merge","merge|append",,"merge or append?" +allcols,b,h,yes,,,"columns from all input tables?" +tbltype,s,h,"default","row|column|text|default",,"type of output table" +allrows,i,h,100,1,,"number of rows to allocate" +extracol,i,h,0,0,,"number of extra columns to allocate" +mode,s,h,"al",,, -- cgit