update lists
This commit is contained in:
@@ -40,8 +40,8 @@ in-browser CSV parser.</li>
|
||||
formatter module for delimiter-separated values.</li>
|
||||
<li><a href="https://csvkit.readthedocs.io/">CSVKit</a> - CSV utilities
|
||||
that includes csvsql / csvgrep / csvstat and more.</li>
|
||||
<li><a href="https://github.com/BurntSushi/xsv">XSV</a> - A fast CSV
|
||||
command-line toolkit written in Rust.</li>
|
||||
<li><a href="https://github.com/dathere/qsv">QSV</a> - A fast CSV
|
||||
command-line toolkit written in Rust, (an update to xsv).</li>
|
||||
<li><a href="https://www.gnu.org/software/sed/manual/sed.html">sed (gnu
|
||||
tool)</a> - Stream editor.</li>
|
||||
<li><a href="https://www.gnu.org/software/gawk/manual/gawk.html">gawk
|
||||
@@ -79,8 +79,6 @@ for CSV.</li>
|
||||
<li><a href="https://github.com/archiecobbs/csvprintf">csvprintf</a> -
|
||||
UNIX command line utility for parsing and formatting output based on CSV
|
||||
files.</li>
|
||||
<li><a href="https://www.mockaroo.com/">Mockaroo</a> - Random data
|
||||
generator for CSV / JSON / SQL / Excel.</li>
|
||||
<li><a href="https://www.ronsplace.eu/Products/RonsDataEdit">Ron’s Data
|
||||
Edit</a> (new modern version of <a
|
||||
href="https://www.ronsplace.eu/products/ronseditor">Ron’s CSV
|
||||
@@ -101,6 +99,9 @@ A simple CSV comparator.</li>
|
||||
files.</li>
|
||||
<li><a href="https://www.moderncsv.com/">Modern CSV</a> - A tool for
|
||||
editing CSV files and viewing large files.</li>
|
||||
<li><a href="https://github.com/microsoft/vscode-data-wrangler">Data
|
||||
Wrangler</a> - Data Wrangler is a code-centric data cleaning tool that
|
||||
is integrated into VS Code and VS Code Jupyter Notebooks.</li>
|
||||
</ul>
|
||||
<h3 id="repair-or-validate-csv">Repair or Validate CSV</h3>
|
||||
<ul>
|
||||
@@ -178,6 +179,16 @@ Programmers Believe About CSVs</a> - Jesse Donat.</li>
|
||||
href="https://ronaldduncan.wordpress.com/2009/10/31/text-file-formats-ascii-delimited-text-not-csv-or-tab-delimited-text/">ASCII
|
||||
Delimited Text - Not CSV or TAB delimited text</a> - Ronald Duncan.</li>
|
||||
</ul>
|
||||
<h2 id="generate-data">Generate Data</h2>
|
||||
<ul>
|
||||
<li><a href="https://www.fakenamegenerator.com/order.php">Fake Name
|
||||
Generator</a> - Generate fake names with other identity data in bulk for
|
||||
testing.</li>
|
||||
<li><a href="https://softwium.com/mockium/">Mockium</a> - Test data
|
||||
generator for CSV / JSON / SQL / XML.</li>
|
||||
<li><a href="https://www.mockaroo.com/">Mockaroo</a> - Random data
|
||||
generator for CSV / JSON / SQL / Excel.</li>
|
||||
</ul>
|
||||
<h2 id="data">Data</h2>
|
||||
<ul>
|
||||
<li><a href="https://catalog.data.gov/dataset?res_format=CSV">US
|
||||
@@ -193,9 +204,6 @@ href="https://github.com/awesomedata/awesome-public-datasets">awesome-public-dat
|
||||
domains.</li>
|
||||
<li><a href="https://data.un.org">United Nations data</a> - Data from
|
||||
the UN</li>
|
||||
<li><a href="https://www.fakenamegenerator.com/order.php">Fake Name
|
||||
Generator</a> - Generate fake names with other identity data in bulk for
|
||||
testing.</li>
|
||||
</ul>
|
||||
<h2 id="conferences">Conferences</h2>
|
||||
<ul>
|
||||
@@ -234,8 +242,10 @@ Data Resource</a> - A <a
|
||||
href="http://frictionlessdata.io/specs/data-resource/">Data Resource</a>
|
||||
specialized for describing tabular data like CSV files or
|
||||
spreadsheets</li>
|
||||
<li><a href="https://csvy.org/">CSVY</a> - A standard for adding a YAML
|
||||
header to CSV files to describe their format</li>
|
||||
<li><a
|
||||
href="https://github.com/csvy/csvy.github.io/blob/master/index.md">CSVY</a>
|
||||
- A standard for adding a YAML header to CSV files to describe their
|
||||
format</li>
|
||||
</ul>
|
||||
<h2 id="meta-other-similar-lists">META: Other similar lists</h2>
|
||||
<ul>
|
||||
@@ -261,8 +271,8 @@ href="https://NimbleText.com/Live">NimbleText</a>. Of course I put it
|
||||
first on the list. If I didn’t personally rate it I wouldn’t have spent
|
||||
so much time making and improving it.</p>
|
||||
<p><code>**</code> <span id="footnote2"></span> I wrote
|
||||
<code>agnes</code> but don’t really endorse it for others to use (thus
|
||||
haven’t migrated the source code to GitHub). It’s slow and
|
||||
<code>agnes</code> but don’t particularly endorse it for others to use
|
||||
(thus haven’t migrated the source code to GitHub). It’s slow and
|
||||
non-streaming. I’d go with <code>papa-parse</code>. On the plus side,
|
||||
<code>agnes</code> has a more comprehensive test suite and simpler api
|
||||
than most.</p>
|
||||
@@ -274,3 +284,5 @@ alt="CC0" /></a></p>
|
||||
<p>To the extent possible under law, <a
|
||||
href="http://secretgeek.net">Leon Bambrick</a> has waived all copyright
|
||||
and related or neighboring rights to this work.</p>
|
||||
<p><a href="https://github.com/secretGeek/awesomeCSV">CSV.md
|
||||
Github</a></p>
|
||||
|
||||
Reference in New Issue
Block a user