From d5dcf352b61b6b1ad0de0a64c6c58d44380813cd Mon Sep 17 00:00:00 2001 From: Mark Headd Date: Mon, 4 May 2015 09:57:53 -0400 Subject: [PATCH] Added standard toolkit item for jq --- styleguide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguide.md b/styleguide.md index c5427c8..320a51a 100644 --- a/styleguide.md +++ b/styleguide.md @@ -80,6 +80,7 @@ Some examples of single-purpose processors: - For text manipulation use sed, unless it's **much** easier to do it with awk - CSVKit for spreadsheets, or things that can be made into spreadsheets - unzip, gzip, and tar for uncompressed files. If you are compressing files, and have an option, use tar zcvf +- For working with data in JSON format, use [```jq```](http://stedolan.github.io/jq/) - For custom transform code, use Python ### 5. ETL Workflow Directory Structure