Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down