csv2tsvFiles takes a list of input files and passes each to csv2tsv, which runs on a single file. csv2tsvFiles manages header lines and sets up the BufferedOutputRange passed to csv2tsv.
See Implementation
csv2tsvFiles takes a list of input files and passes each to csv2tsv, which runs on a single file. csv2tsvFiles manages header lines and sets up the BufferedOutputRange passed to csv2tsv.