Skip to content

Commit

Permalink
Update the documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
CraigMiloRogers committed Oct 21, 2020
1 parent 0e77886 commit a2e3e5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/transform/ifexists.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ optional arguments:
for stdin.)
-o OUTPUT_FILE, --output-file OUTPUT_FILE
The KGTK output file. (May be omitted or '-' for stdout.)
--reject-file REJECT_FILE
The KGTK reject file for records that fail the filter. (Optional, use '-' for stdout.)
--matched-filter-file MATCHED_FILTER_FILE
The KGTK file for filter records that matched at least one input record. (Optional, use '-' for stdout.)
--unmatched-filter-file UNMATCHED_FILTER_FILE
The KGTK file for filter records that did not match any input records. (Optional, use '-' for stdout.)
--input-keys [INPUT_KEYS [INPUT_KEYS ...]], --left-keys [INPUT_KEYS [INPUT_KEYS ...]]
The key columns in the file being filtered (default=None).
--filter-keys [FILTER_KEYS [FILTER_KEYS ...]], --right-keys [FILTER_KEYS [FILTER_KEYS ...]]
Expand Down
6 changes: 6 additions & 0 deletions docs/transform/ifnotexists.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,12 @@ optional arguments:
for stdin.)
-o OUTPUT_FILE, --output-file OUTPUT_FILE
The KGTK output file. (May be omitted or '-' for stdout.)
--reject-file REJECT_FILE
The KGTK reject file for records that fail the filter. (Optional, use '-' for stdout.)
--matched-filter-file MATCHED_FILTER_FILE
The KGTK file for filter records that matched at least one input record. (Optional, use '-' for stdout.)
--unmatched-filter-file UNMATCHED_FILTER_FILE
The KGTK file for filter records that did not match any input records. (Optional, use '-' for stdout.)
--input-keys [INPUT_KEYS [INPUT_KEYS ...]], --left-keys [INPUT_KEYS [INPUT_KEYS ...]]
The key columns in the file being filtered (default=None).
--filter-keys [FILTER_KEYS [FILTER_KEYS ...]], --right-keys [FILTER_KEYS [FILTER_KEYS ...]]
Expand Down

0 comments on commit a2e3e5f

Please sign in to comment.