aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/tjoin.par
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/utilities/nttools/tjoin.par
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/utilities/nttools/tjoin.par')
-rw-r--r--pkg/utilities/nttools/tjoin.par9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/tjoin.par b/pkg/utilities/nttools/tjoin.par
new file mode 100644
index 00000000..eb078f69
--- /dev/null
+++ b/pkg/utilities/nttools/tjoin.par
@@ -0,0 +1,9 @@
+intable1,f,a,,,,name of the first table to be joined
+intable2,f,a,,,,name of the second table to be joined
+outtable,s,a,,,,name of output table
+column1,s,a,,,,name of columns to join in first table
+column2,s,a,,,,name of columns to join in second table
+extrarows,s,h,neither,neither|first|both,,add unmatched rows from which table?
+tolerance,s,h,0.0,,,tolerance used in testing for equality
+casesens,b,h,yes,,,Case sensitivity flag
+mode,s,h,"a",,,