tsv-utils icon indicating copy to clipboard operation
tsv-utils copied to clipboard

eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.

Results 23 tsv-utils issues
Sort by recently updated
recently updated
newest added

tsv-append is useful for combining several tsv files each with a header line. However, very often one does this and also wants to combine only the top ki lines of...

How to sort using column names instead of indices? e.g. `tsv-sort -H -k age:nr -k name` instead of `keep-header -- sort -t $'\t' -k 2,2nr -k 1,1`

We have a need to clean up CSV files and produce comma delimited files (not tab delimited). If the data has commas embedded in the fields, those fields should be...

Hi, Thanks for your tool. When I use the lastest verison: tsv-utils-v2.2.1_osx-x86_64_ldc2 reports error. ``` -bash: ./tsv-pretty: cannot execute binary file ``` Best, xiucz

tsv-utils is now available through bioconda, so I thought I'd add that to the readme Resolves #348

I love tsv-utils, it's so good. I'm using it extensively to analyze SARS-CoV-2 metadata (5.5m line TSVs with around 40 columns giving 5GB files). I'm telling everyone about it and...

Why are there no linux release assets for v2.2.1, only osx has release assets. Is this on purpose?

Is there interest in an official homebrew formula for these tools? I created one for myself at https://github.com/rothgar/homebrew-tap/blob/master/Formula/tsv-utils.rb and I could PR it to a repo if eBay has a...

This issues tracks the status of native Windows builds for the toolkit. Windows is not currently a supported platform. Windows users are encouraged to run Linux builds of the tools...

Windows

Code improvement. `SummarizerBase._operators` is a doubly linked list (`std.container.dlist`). It's not an input range, but can converted to one by slicing. This is done in most of the `tsv-summarize` code,...

code refactor