tech/webdev magazine

January 10, 2023

A Guide To Command-Line Data Manipulation

Tuesday, January 10, 2023 Teklinks

No more random scripts in Python and JavaScript to transform CSV or JSON data. In this article, Alvin Bryan shows you how to use Miller, a small and powerful CLI tool, to do all your data processing. Allow me to preface this article by saying that I’m not a terminal person. I don’t use Vim. I find sed, grep, and awk convoluted and counter-intuitive.

Full article