Skip to content

Commit fb30e50

Browse files
committed
Quick Save
1 parent 5871d72 commit fb30e50

24 files changed

+24
-24
lines changed

docs/csv2json.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ <h2>EXAMPLES</h2>
6060
<pre><code class="language-shell"> csv2json -as-blobs -i data1.csv
6161
</code></pre>
6262

63-
<p>csv2json v0.0.16</p>
63+
<p>csv2json v0.0.17</p>
6464

6565
</section>
6666

docs/csv2mdtable.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>EXAMPLES</h2>
5757
<pre><code class="language-shell"> csv2mdtable -i data1.csv -o data1.md
5858
</code></pre>
5959

60-
<p>csv2mdtable v0.0.16</p>
60+
<p>csv2mdtable v0.0.17</p>
6161

6262
</section>
6363

docs/csv2xlsx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>EXAMPLE</h2>
5959
<p>This does the same but the contents of data.csv are piped into
6060
the workbook&rsquo;s sheet.</p>
6161

62-
<p>csv2xlsx v0.0.16</p>
62+
<p>csv2xlsx v0.0.17</p>
6363

6464
</section>
6565

docs/csvcols.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>EXAMPLES</h2>
7676
<pre><code class="language-shell"> csvcols -i 10col.csv -col 1,4,6 &gt; 3col.csv
7777
</code></pre>
7878

79-
<p>csvcols v0.0.16</p>
79+
<p>csvcols v0.0.17</p>
8080

8181
</section>
8282

docs/csvfind.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>EXAMPLES</h2>
8282
<pre><code class="language-shell"> csvfind -i books.csv -col=2 -contains &quot;Red Book&quot;
8383
</code></pre>
8484

85-
<p>csvfind v0.0.16</p>
85+
<p>csvfind v0.0.17</p>
8686

8787
</section>
8888

docs/csvjoin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2>EXAMPLES</h2>
7272
-output=merged-data.csv
7373
</code></pre>
7474

75-
<p>csvjoin v0.0.16</p>
75+
<p>csvjoin v0.0.17</p>
7676

7777
</section>
7878

docs/csvrows.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>EXAMPLES</h2>
7777
<pre><code class="language-shell"> csvrows -i 10row.csv -row 1,4,6 &gt; 3rows.csv
7878
</code></pre>
7979

80-
<p>csvrows v0.0.16</p>
80+
<p>csvrows v0.0.17</p>
8181

8282
</section>
8383

docs/finddir.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>EXAMPLE</h2>
5959

6060
<p>Find all subdirectories starting with &ldquo;img&rdquo;.</p>
6161

62-
<p>finddir v0.0.16</p>
62+
<p>finddir v0.0.17</p>
6363

6464
</section>
6565

docs/findfile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>EXAMPLE</h2>
5959

6060
<p>Search the current directory and subdirectories for Markdown files with extension of &ldquo;.md&rdquo;.</p>
6161

62-
<p>findfile v0.0.16</p>
62+
<p>findfile v0.0.17</p>
6363

6464
</section>
6565

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ <h1>datatools command help</h1>
2626
<li><a href="csv2json.html">csv2json</a></li>
2727
<li><a href="csv2mdtable.html">csv2mdtable</a></li>
2828
<li><a href="csv2xlsx.html">csv2xlsx</a></li>
29+
<li><a href="csvcleaner.html">csvcleaner</a></li>
2930
<li><a href="csvcols.html">csvcols</a></li>
3031
<li><a href="csvfind.html">csvfind</a></li>
3132
<li><a href="csvjoin.html">csvjoin</a></li>
3233
<li><a href="csvrows.html">csvrows</a></li>
33-
<li><a href="csvcleaner.html">csvcleaner</a></li>
3434
<li><a href="finddir.html">finddir</a></li>
3535
<li><a href="findfile.html">findfile</a></li>
3636
<li><a href="jsoncols.html">jsoncols</a></li>

0 commit comments

Comments
 (0)