tsv_append

Command line tool that appends multiple TSV files. It is header aware and supports tracking the original source file of each row.

Copyright (c) 2017-2018, eBay Software Foundation Initially written by Jon Degenhardt

Members

Functions

main
int main(string[] cmdArgs)
Undocumented in source. Be warned that the author may not have intended to support it.
testTsvAppend
void testTsvAppend(string[] cmdArgs, string[][] expected)
Undocumented in source. Be warned that the author may not have intended to support it.
tsvAppend
void tsvAppend(TsvAppendOptions cmdopt, OutputRange outputStream)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TsvAppendOptions
struct TsvAppendOptions
Undocumented in source.

Variables

helpText
auto helpText;
Undocumented in source.
helpTextVerbose
auto helpTextVerbose;
Undocumented in source.

Meta