Skip to content

Commit 630124b

Browse files
committed
Quick Save
1 parent 870f7ec commit 630124b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ Various utilities for simplifying JSON, Excel Workbook and CSV data work on the
55

66
+ [csvcols](csvcols.html) - a tool for formatting command line arguments intoa CSV row or filtering CSV rows for specific columns
77
+ [csvjoin](csvjoin.html) - a tool to join to CSV files on common values in designated columns, writes combined CSV rows to stdout
8-
+ [csv2xlsx](csv2xlsx.html) - a tool to take a CSV file and add it as a sheet to a Excel Workbook file.
8+
+ [csv2json](csv2json.html) - a tool to take a CSV file and convert it into a JSON blob array or a list of JSON blobs one per line
99
+ [csv2mdtable](csv2mdtable.html) - a tool to render CSV as a Github Flavored Markdown table
10+
+ [csv2xlsx](csv2xlsx.html) - a tool to take a CSV file and add it as a sheet to a Excel Workbook file.
1011
+ [jsoncols](jsoncols.html) - a tool for exploring and extracting JSON values into columns
1112
+ [jsonrange](jsonrange.html) - a tool for iterating for JSON maps and arrays
1213
+ [xlsx2json](xlsx2json.html) - a tool for converting Excel Workbooks to JSON files
1314
+ [xlsx2csv](xlsx2csv.html) - a tool for converting Excel Workbooks sheets to a CSV file(s)
1415

16+
1517
Compiled versions are provided for Linux (amd64), Mac OS X (amd64),
1618
Windows 10 (amd64) and Raspbian (ARM7). See https://github.com/caltechlibrary/datatools/releases.
1719

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ <h1>datatools</h1>
3737
<ul>
3838
<li><a href="csvcols.html">csvcols</a> - a tool for formatting command line arguments intoa CSV row or filtering CSV rows for specific columns</li>
3939
<li><a href="csvjoin.html">csvjoin</a> - a tool to join to CSV files on common values in designated columns, writes combined CSV rows to stdout</li>
40+
<li><a href="csv2json.html">csv2json</a> - a tool to take a CSV file and convert it into a JSON blob array or a list of JSON blobs one per line</li>
4041
<li><a href="csv2xlsx.html">csv2xlsx</a> - a tool to take a CSV file and add it as a sheet to a Excel Workbook file.</li>
4142
<li><a href="csv2mdtable.html">csv2mdtable</a> - a tool to render CSV as a Github Flavored Markdown table</li>
4243
<li><a href="jsoncols.html">jsoncols</a> - a tool for exploring and extracting JSON values into columns</li>

nav.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
+ [INSTALL](install.html)
66
+ [csvcols](csvcols.html)
77
+ [csvjoin](csvjoin.html)
8+
+ [csv2json](csv2json.html)
89
+ [csv2mdtable](csv2mdtable.html)
910
+ [csv2xlsx](csv2xlsx.html)
10-
+ [csv2json](csv2json.html)
1111
+ [jsoncols](jsoncols.html)
1212
+ [jsonrange](jsonrange.html)
1313
+ [xlsx2json](xlsx2json.html)

0 commit comments

Comments
 (0)