Created by: fgregg
This PR will address #245 (closed). If the files input to csvstack have headers, then csvstack will create a header that is the union of those headers and align the data to those headers.
Todo
-
handle case where one of the input files is stdin -
write tests for new functionality