eBay / tsv-utils

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
https://ebay.github.io/tsv-utils/
Boost Software License 1.0
1.42k stars 80 forks source link

csv2tsv refactor #318

Closed jondegenhardt closed 3 years ago

jondegenhardt commented 3 years ago

Some code refactoring:

codecov-commenter commented 3 years ago

Codecov Report

Merging #318 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #318   +/-   ##
=======================================
  Coverage   99.34%   99.34%           
=======================================
  Files          18       18           
  Lines        7064     7068    +4     
=======================================
+ Hits         7018     7022    +4     
  Misses         46       46           
Impacted Files Coverage Δ
common/src/tsv_utils/common/utils.d 100.00% <100.00%> (ø)
csv2tsv/src/tsv_utils/csv2tsv.d 100.00% <100.00%> (ø)