Problem
Right now Hosh provides some very basic support for sorting, filtering, splitting, etc. Explore and experiment some new commands around data manipulation.
Solution
Existing solutions of data manipulation of CSV, TSV, JSON are:
https://github.com/johnkerl/miller
https://github.com/stedolan/jq
https://github.com/nushell/nushell
Benefit
Be able to apply built-in commands like take drop select filter to produce/consume CSV/TSV/XML/JSON.
Problem
Right now Hosh provides some very basic support for sorting, filtering, splitting, etc. Explore and experiment some new commands around data manipulation.
Solution
Existing solutions of data manipulation of CSV, TSV, JSON are:
https://github.com/johnkerl/miller
https://github.com/stedolan/jq
https://github.com/nushell/nushell
Benefit
Be able to apply built-in commands like
takedropselectfilterto produce/consume CSV/TSV/XML/JSON.