Windows software

Miller

Miller.Miller v6.20.2

Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON

About this app

Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON. You get to work with your data using named fields, without needing to count positional column indices. This is something the Unix toolkit always could have done, and arguably always should have done. It operates on key-value-pair data while the familiar Unix tools operate on integer-indexed fields: if the natural data structure for the latter is the array, then Miller’s natural data structure is the insertion-ordered hash map. This encompasses a variety of data formats, including but not limited to the familiar CSV, TSV, and JSON. (Miller can handle positionally-indexed data as a special case.) - Miller is multi-purpose: it’s useful for data cleaning, data reduction, statistical reporting, devops, system administration, log-file processing, format conversion, and database-query post-processing. - You can use Miller to snarf and munge log-file data, including selecting out relevant substreams, then produce CSV format and load that into all-in-memory/data-frame utilities for further statistical and/or graphical processing. - Miller complements data-analysis tools such as R, pandas, etc.: you can use Miller to clean and prepare your data. While you can do basic statistics entirely in Miller, its streaming-data feature and single-pass algorithms enable you to reduce very large data sets. - Miller complements SQL databases: you can slice, dice, and reformat data on the client side on its way into or out of a database. (Examples here and here). You can also reap some of the benefits of databases for quick, setup-free one-off tasks when you just need to query some data in disk files in a hurry. - Miller also goes beyond the classic Unix tools by stepping fully into our modern, no-SQL world: its essential record-heterogeneity property allows Miller to operate on data where records with different schema (field names) are interleaved. - Miller is streaming: most operations need only a single record in memory at a time, rather than ingesting all input before producing any output. For those operations which require deeper retention (sort, tac, stats1), Miller retains only as much data as needed. This means that whenever functionally possible, you can operate on files which are larger than your system’s available RAM, and you can use Miller in tail -f contexts. - Miller is pipe-friendly and interoperates with the Unix toolkit - Miller’s I/O formats include tabular pretty-printing, positionally indexed (Unix-toolkit style), CSV, JSON, and others - Miller does conversion between formats - Miller’s processing is format-aware: e.g. CSV sort and tac keep header lines first - Miller has high-throughput performance on par with the Unix toolkit - Not unlike jq (for JSON), Miller is written in portable, modern C, with zero runtime dependencies. You can download or compile a single binary, scp it to a faraway machine, and expect it to work.

Install with Winget

Command line

PS> winget install --id Miller.Miller -e
Official manifest sources

Downloads for version 6.20.2

External links ↗
Installer Details SHA-256 Download
x86 github.com zip
84095BEFDD5827980632034F89B6FE05F9B449FD72DF356C86B3864F5DB4EADC
Download
x64 github.com zip
C49CB6C1DD3A5A8C7B63F64E6758C910CAF4B4B2AAE040E75946AAA5BFF77B6D
Download
arm64 github.com zip
680B999682A9C62EDB4A2DE0DF2B6617B447CB3B003B5CBCC77128E7A97F1E97
Download
Version archive

5 older versions

Version 6.13.0
Installer Details SHA-256 Download
x86 github.com zip
D530685B203D31DC115C4E768802D7D6BCB889CFA4DD7C1534DFA37D8B440D1B
Download
x64 github.com zip
A712A31845369AED737519B22B233CE70E1451DA2957E5A048C89693A97B39FC
Download
Version 6.9.0
Installer Details SHA-256 Download
x86 github.com zip
574BD27CC6F70548FF9CCF7FCB0041E28BC5D5F9458CBC3662B209785902B3DB
Download
x64 github.com zip
B28CBB2517BE4CBF57A3D3AA69A6E643157091561924E6C0382A62A03C89FB80
Download
Version 6.10.0
Installer Details SHA-256 Download
x86 github.com zip
E5E7121C6962E0A9678F539D3C77B505D7CE4497721EAD4EF4B2B54010575D00
Download
x64 github.com zip
82F0204B3E54AB0D201CAEB6B78186710BC03941373C55272082DA473130685B
Download
Version 6.11.0
Installer Details SHA-256 Download
x86 github.com zip
CBA4A2DA0DCE1087C92A4CAEFE76986580139683E45FD3B64EF8103BF35C31CC
Download
x64 github.com zip
AC261B3BB6444780F06406814E687D9072C26C2B72DD924CFB8A68F609ADD2A8
Download
Version 6.12.0
Installer Details SHA-256 Download
x86 github.com zip
D2F5BE120095D9E077AEA206E2158255C5F882487EAF0C9E72E47E35708C5236
Download
x64 github.com zip
52C755E01E5C25B1F5505C49B0604E259CDDF14F68784AA779CB276B33948B49
Download

Similar software

pick

aryanbhosale.pick

Extract values from anything — JSON, YAML, TOML, .env, HTTP headers, logfmt, CSV, and more

v0.1.22