We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc2215e commit 015febaCopy full SHA for 015feba
README.md
@@ -15,7 +15,7 @@ Command line utilities for simplifying work with CSV, JSON, Excel Workbooks and
15
+ [csvcols](docs/csvcols/) - a tool for formatting command line arguments into CSV row of columns or filtering CSV rows for specific columns
16
+ [csvfind](docs/csvfind/) - a tool for filtering a CSV file rows by column
17
+ [csvjoin](docs/csvjoin/) - a tool to join two CSV files on common values in designated columns, writes combined CSV rows
18
-+ [csvrows](docs/csvrows/) - a tool for formatting command line arguments into CSV columns of rows or filtering CSV columns for specific rows
++ [csvrows](docs/csvrows/) - a tool for formatting command line arguments into CSV columns of rows or filtering CSV for specific rows
19
+ [jsoncols](docs/jsoncols/) - a tool for exploring and extracting JSON values into columns
20
+ [jsonjoin](docs/jsonjoin/) - a tool for joining JSON object documents
21
+ [jsonmunge](docs/jsonmunge/) - a tool to transform JSON documents into something else
0 commit comments