update lists
This commit is contained in:
30
terminal/CSV
30
terminal/CSV
@@ -1,4 +1,4 @@
|
||||
[38;5;12m [39m[38;2;255;187;0m[1m[4mAwesome CSV [0m[38;5;14m[1m[4m![0m[38;2;255;187;0m[1m[4mAwesome[0m[38;5;14m[1m[4m (https://awesome.re/badge.svg)[0m[38;2;255;187;0m[1m[4m (https://awesome.re)[0m
|
||||
[38;5;12m [39m[38;2;255;187;0m[1m[4mAwesome CSV [0m[38;5;14m[1m[4m![0m[38;2;255;187;0m[1m[4mAwesome[0m[38;5;14m[1m[4m (https://awesome.re/badge.svg)[0m[38;2;255;187;0m[1m[4m (https://awesome.re)[0m
|
||||
|
||||
[38;5;14m[1mA carefully curated list of CSV-related tools and resources[0m
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
[38;5;12m- [39m[38;5;14m[1mPapaParse[0m[38;5;12m (https://www.papaparse.com) - A powerful in-browser CSV parser.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1md3-dsv[0m[38;5;12m (https://github.com/d3/d3-dsv) - d3.js parser and formatter module for delimiter-separated values.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mCSVKit[0m[38;5;12m (https://csvkit.readthedocs.io/) - CSV utilities that includes csvsql / csvgrep / csvstat and more.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mXSV[0m[38;5;12m (https://github.com/BurntSushi/xsv) - A fast CSV command-line toolkit written in Rust.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mQSV[0m[38;5;12m (https://github.com/dathere/qsv) - A fast CSV command-line toolkit written in Rust, (an update to xsv).[39m
|
||||
[38;5;12m- [39m[38;5;14m[1msed (gnu tool)[0m[38;5;12m (https://www.gnu.org/software/sed/manual/sed.html) - Stream editor.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mgawk (gnu tool)[0m[38;5;12m (https://www.gnu.org/software/gawk/manual/gawk.html) - Text processing and data extraction using [39m[38;5;14m[1mawk[0m[38;5;12m (http://pubs.opengroup.org/onlinepubs/009695399/utilities/awk.html).[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mawk by example[0m[38;5;12m (https://github.com/learnbyexample/Command-line-text-processing/blob/master/gnu_awk.md#default-field-separation) - Comprehensive examples of using awk.[39m
|
||||
@@ -45,21 +45,19 @@
|
||||
[38;5;12m- [39m[38;5;14m[1mCSVfix[0m[38;5;12m (https://code.google.com/p/csvfix/) - A tool for manipulating CSV data.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mTad[0m[38;5;12m (https://www.tadviewer.com) - A fast free cross-platform CSV viewer.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mNvd3-tags[0m[38;5;12m (http://blog.tryolabs.com/2015/02/27/nvd3-tags-a-tiny-library-for-making-charts-from-csv-data/) - A tiny library for making charts from csv data.[39m
|
||||
[38;5;12m-[39m[38;5;12m [39m[38;5;14m[1mPowershell:[0m[38;5;14m[1m [0m[38;5;14m[1mImport-CSV[0m[38;5;12m [39m[38;5;12m(https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/import-csv)[39m[38;5;12m [39m[38;5;12m-[39m[38;5;12m [39m[38;5;12mPowerful[39m[38;5;12m [39m[38;5;12min-built[39m[38;5;12m [39m[38;5;12mfacility[39m[38;5;12m [39m[38;5;12mfor[39m[38;5;12m [39m[38;5;12mdealing[39m[38;5;12m [39m[38;5;12mwith[39m[38;5;12m [39m[38;5;12mCSV[39m[38;5;12m [39m[38;5;12m([39m[38;5;14m[1mexample[0m[38;5;12m [39m
|
||||
[38;5;12m(https://gist.github.com/dfinke/786ba9edae1b0265ada10b36a7a11ba9)).[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mPowershell: Import-CSV[0m[38;5;12m (https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/import-csv) - Powerful in-built facility for dealing with CSV ([39m[38;5;14m[1mexample[0m[38;5;12m (https://gist.github.com/dfinke/786ba9edae1b0265ada10b36a7a11ba9)).[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mCSV Tools[0m[38;5;12m (https://onlinecsvtools.com/) - A collection of useful CSV utilities.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mgraph-cli[0m[38;5;12m (https://github.com/mcastorina/graph-cli) - Flexible command line tool to create graphs from CSV data.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mCSV to SQL[0m[38;5;12m (http://www.convertcsv.com/csv-to-sql.htm) - Online tool to create insert/update/delete etc from CSV data.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mC#: kbCSV[0m[38;5;12m (https://github.com/kentcb/KBCsv/blob/master/README.md) - An efficient, easy to use .NET parsing and writing library for CSV.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mcsvprintf[0m[38;5;12m (https://github.com/archiecobbs/csvprintf) - UNIX command line utility for parsing and formatting output based on CSV files.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mMockaroo[0m[38;5;12m (https://www.mockaroo.com/) - Random data generator for CSV / JSON / SQL / Excel.[39m
|
||||
[38;5;12m-[39m[38;5;12m [39m[38;5;14m[1mRon's[0m[38;5;14m[1m [0m[38;5;14m[1mData[0m[38;5;14m[1m [0m[38;5;14m[1mEdit[0m[38;5;12m [39m[38;5;12m(https://www.ronsplace.eu/Products/RonsDataEdit)[39m[38;5;12m [39m[38;5;12m(new[39m[38;5;12m [39m[38;5;12mmodern[39m[38;5;12m [39m[38;5;12mversion[39m[38;5;12m [39m[38;5;12mof[39m[38;5;12m [39m[38;5;14m[1mRon's[0m[38;5;14m[1m [0m[38;5;14m[1mCSV[0m[38;5;14m[1m [0m[38;5;14m[1mEditor[0m[38;5;12m [39m[38;5;12m(https://www.ronsplace.eu/products/ronseditor))[39m[38;5;12m [39m[38;5;12m-[39m[38;5;12m [39m[38;5;12mHandles[39m[38;5;12m [39m[38;5;12mbig[39m[38;5;12m [39m[38;5;12mfiles,[39m[38;5;12m [39m[38;5;12mdoes[39m[38;5;12m [39m[38;5;12mmiraculous[39m[38;5;12m [39m[38;5;12mthings.[39m[38;5;12m [39m[38;5;12mA[39m[38;5;12m [39m[38;5;12mtimeless[39m[38;5;12m [39m[38;5;12meditor[39m[38;5;12m [39m[38;5;12mfor[39m[38;5;12m [39m[38;5;12ma[39m[38;5;12m [39m[38;5;12mtimeless[39m[38;5;12m [39m
|
||||
[38;5;12mformat.[39m
|
||||
[38;5;12m-[39m[38;5;12m [39m[38;5;14m[1mRainbow[0m[38;5;14m[1m [0m[38;5;14m[1mCSV[0m[38;5;14m[1m [0m[38;5;14m[1mplugins[0m[38;5;12m [39m[38;5;12m(https://github.com/mechatroner/rainbow_csv#rainbow-csv-in-other-editors)[39m[38;5;12m [39m[38;5;12m-[39m[38;5;12m [39m[38;5;12mCollection[39m[38;5;12m [39m[38;5;12mof[39m[38;5;12m [39m[38;5;12mtext[39m[38;5;12m [39m[38;5;12meditor[39m[38;5;12m [39m[38;5;12mplugins[39m[38;5;12m [39m[38;5;12mfor[39m[38;5;12m [39m[38;5;12mCSV/TSV[39m[38;5;12m [39m[38;5;12msyntax[39m[38;5;12m [39m[38;5;12mhighlighting.[39m[38;5;12m [39m[38;5;12mAvailable[39m[38;5;12m [39m[38;5;12mfor[39m[38;5;12m [39m[38;5;14m[1mVim[0m[38;5;12m [39m[38;5;12m(https://github.com/mechatroner/rainbow_csv),[39m[38;5;12m [39m[38;5;14m[1mVS[0m[38;5;14m[1m [0m[38;5;14m[1mCode[0m
|
||||
[38;5;12m- [39m[38;5;14m[1mRon's Data Edit[0m[38;5;12m (https://www.ronsplace.eu/Products/RonsDataEdit) (new modern version of [39m[38;5;14m[1mRon's CSV Editor[0m[38;5;12m (https://www.ronsplace.eu/products/ronseditor)) - Handles big files, does miraculous things. A timeless editor for a timeless format.[39m
|
||||
[38;5;12m-[39m[38;5;12m [39m[38;5;14m[1mRainbow[0m[38;5;14m[1m [0m[38;5;14m[1mCSV[0m[38;5;14m[1m [0m[38;5;14m[1mplugins[0m[38;5;12m [39m[38;5;12m(https://github.com/mechatroner/rainbow_csv#rainbow-csv-in-other-editors)[39m[38;5;12m [39m[38;5;12m-[39m[38;5;12m [39m[38;5;12mCollection[39m[38;5;12m [39m[38;5;12mof[39m[38;5;12m [39m[38;5;12mtext[39m[38;5;12m [39m[38;5;12meditor[39m[38;5;12m [39m[38;5;12mplugins[39m[38;5;12m [39m[38;5;12mfor[39m[38;5;12m [39m[38;5;12mCSV/TSV[39m[38;5;12m [39m[38;5;12msyntax[39m[38;5;12m [39m[38;5;12mhighlighting.[39m[38;5;12m [39m[38;5;12mAvailable[39m[38;5;12m [39m[38;5;12mfor[39m[38;5;12m [39m[38;5;14m[1mVim[0m[38;5;12m [39m[38;5;12m(https://github.com/mechatroner/rainbow_csv),[39m[38;5;12m [39m[38;5;14m[1mVS[0m[38;5;14m[1m [0m[38;5;14m[1mCode[0m[38;5;12m [39m
|
||||
[38;5;12m(https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv),[39m[38;5;12m [39m[38;5;14m[1mAtom[0m[38;5;12m [39m[38;5;12m(https://atom.io/packages/rainbow-csv),[39m[38;5;12m [39m[38;5;14m[1mSublime[0m[38;5;14m[1m [0m[38;5;14m[1mText[0m[38;5;12m [39m[38;5;12m(https://packagecontrol.io/packages/rainbow_csv)[39m[38;5;12m [39m[38;5;12mand[39m[38;5;12m [39m[38;5;12mother[39m[38;5;12m [39m[38;5;12meditors.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mExtendsClass[0m[38;5;12m (https://extendsclass.com/csv-diff.html) - A simple CSV comparator.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mMighty Merge[0m[38;5;12m (https://mightymerge.io/) - join/union csv files.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mModern CSV[0m[38;5;12m (https://www.moderncsv.com/) - A tool for editing CSV files and viewing large files.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mData Wrangler[0m[38;5;12m (https://github.com/microsoft/vscode-data-wrangler) - Data Wrangler is a code-centric data cleaning tool that is integrated into VS Code and VS Code Jupyter Notebooks.[39m
|
||||
|
||||
[38;2;255;187;0m[4mRepair or Validate CSV[0m
|
||||
|
||||
@@ -107,6 +105,13 @@
|
||||
[38;5;12m- [39m[38;5;14m[1mFalsehoods Programmers Believe About CSVs[0m[38;5;12m (https://donatstudios.com/Falsehoods-Programmers-Believe-About-CSVs) - Jesse Donat.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mASCII Delimited Text - Not CSV or TAB delimited text[0m[38;5;12m (https://ronaldduncan.wordpress.com/2009/10/31/text-file-formats-ascii-delimited-text-not-csv-or-tab-delimited-text/) - Ronald Duncan.[39m
|
||||
|
||||
[38;2;255;187;0m[4mGenerate Data[0m
|
||||
|
||||
[38;5;12m- [39m[38;5;14m[1mFake Name Generator[0m[38;5;12m (https://www.fakenamegenerator.com/order.php) - Generate fake names with other identity data in bulk for testing.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mMockium[0m[38;5;12m (https://softwium.com/mockium/) - Test data generator for CSV / JSON / SQL / XML.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mMockaroo[0m[38;5;12m (https://www.mockaroo.com/) - Random data generator for CSV / JSON / SQL / Excel.[39m
|
||||
|
||||
|
||||
[38;2;255;187;0m[4mData[0m
|
||||
|
||||
[38;5;12m- [39m[38;5;14m[1mUS Data.gov[0m[38;5;12m (https://catalog.data.gov/dataset?res_format=CSV) - 18789+ CSV datasets.[39m
|
||||
@@ -114,7 +119,6 @@
|
||||
[38;5;12m- [39m[38;5;14m[1mReference data in csv[0m[38;5;12m (https://datahub.io/collections/reference-data) - Easy-to-use reference data in CSV and JSON formats.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mawesome-public-datasets[0m[38;5;12m (https://github.com/awesomedata/awesome-public-datasets) - A topic-centric list of high-quality open datasets in public domains.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mUnited Nations data[0m[38;5;12m (https://data.un.org) - Data from the UN[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mFake Name Generator[0m[38;5;12m (https://www.fakenamegenerator.com/order.php) - Generate fake names with other identity data in bulk for testing.[39m
|
||||
|
||||
[38;2;255;187;0m[4mConferences[0m
|
||||
|
||||
@@ -132,7 +136,7 @@
|
||||
[38;5;12m- [39m[38;5;14m[1mCSV Schema Language[0m[38;5;12m (http://digital-preservation.github.io/csv-schema/csv-schema-1.2.html) - A language for defining and validating CSV data.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mcsv,specs[0m[38;5;12m (https://github.com/csvspecs) - Comma-Separated Values (CSV) Format Specifications (and Tests) incl. CSV v1.0, CSV v1.1, CSV Strict, CSV <3 Numerics, CSV<3 JSON, CSV <3 YAML.[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mTabular Data Resource[0m[38;5;12m (http://frictionlessdata.io/specs/tabular-data-resource/) - A [39m[38;5;14m[1mData Resource[0m[38;5;12m (http://frictionlessdata.io/specs/data-resource/) specialized for describing tabular data like CSV files or spreadsheets[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mCSVY[0m[38;5;12m (https://csvy.org/) - A standard for adding a YAML header to CSV files to describe their format[39m
|
||||
[38;5;12m- [39m[38;5;14m[1mCSVY[0m[38;5;12m (https://github.com/csvy/csvy.github.io/blob/master/index.md) - A standard for adding a YAML header to CSV files to describe their format[39m
|
||||
|
||||
[38;2;255;187;0m[4mMETA: Other similar lists[0m
|
||||
|
||||
@@ -155,8 +159,8 @@
|
||||
|
||||
[48;5;235m[38;5;249m*[49m[39m[38;5;12m I'm the author of [39m[38;5;14m[1mNimbleText[0m[38;5;12m (https://NimbleText.com/Live). 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.[39m
|
||||
|
||||
[48;5;235m[38;5;249m**[49m[39m[38;5;12m [39m[38;5;12mI[39m[38;5;12m [39m[38;5;12mwrote[39m[38;5;12m [39m[48;5;235m[38;5;249magnes[49m[39m[38;5;12m [39m[38;5;12mbut[39m[38;5;12m [39m[38;5;12mdon't[39m[38;5;12m [39m[38;5;12mreally[39m[38;5;12m [39m[38;5;12mendorse[39m[38;5;12m [39m[38;5;12mit[39m[38;5;12m [39m[38;5;12mfor[39m[38;5;12m [39m[38;5;12mothers[39m[38;5;12m [39m[38;5;12mto[39m[38;5;12m [39m[38;5;12muse[39m[38;5;12m [39m[38;5;12m(thus[39m[38;5;12m [39m[38;5;12mhaven't[39m[38;5;12m [39m[38;5;12mmigrated[39m[38;5;12m [39m[38;5;12mthe[39m[38;5;12m [39m[38;5;12msource[39m[38;5;12m [39m[38;5;12mcode[39m[38;5;12m [39m[38;5;12mto[39m[38;5;12m [39m[38;5;12mGitHub).[39m[38;5;12m [39m[38;5;12mIt's[39m[38;5;12m [39m[38;5;12mslow[39m[38;5;12m [39m[38;5;12mand[39m[38;5;12m [39m[38;5;12mnon-streaming.[39m[38;5;12m [39m[38;5;12mI'd[39m[38;5;12m [39m[38;5;12mgo[39m[38;5;12m [39m[38;5;12mwith[39m[38;5;12m [39m[48;5;235m[38;5;249mpapa-parse[49m[39m[38;5;12m.[39m[38;5;12m [39m[38;5;12mOn[39m[38;5;12m [39m[38;5;12mthe[39m[38;5;12m [39m[38;5;12mplus[39m[38;5;12m [39m[38;5;12mside,[39m[38;5;12m [39m[48;5;235m[38;5;249magnes[49m[39m[38;5;12m [39m[38;5;12mhas[39m[38;5;12m [39m[38;5;12ma[39m[38;5;12m [39m[38;5;12mmore[39m[38;5;12m [39m[38;5;12mcomprehensive[39m[38;5;12m [39m[38;5;12mtest[39m[38;5;12m [39m[38;5;12msuite[39m[38;5;12m [39m[38;5;12mand[39m[38;5;12m [39m
|
||||
[38;5;12msimpler[39m[38;5;12m [39m[38;5;12mapi[39m[38;5;12m [39m[38;5;12mthan[39m[38;5;12m [39m[38;5;12mmost.[39m
|
||||
[48;5;235m[38;5;249m**[49m[39m[38;5;12m [39m[38;5;12mI[39m[38;5;12m [39m[38;5;12mwrote[39m[38;5;12m [39m[48;5;235m[38;5;249magnes[49m[39m[38;5;12m [39m[38;5;12mbut[39m[38;5;12m [39m[38;5;12mdon't[39m[38;5;12m [39m[38;5;12mparticularly[39m[38;5;12m [39m[38;5;12mendorse[39m[38;5;12m [39m[38;5;12mit[39m[38;5;12m [39m[38;5;12mfor[39m[38;5;12m [39m[38;5;12mothers[39m[38;5;12m [39m[38;5;12mto[39m[38;5;12m [39m[38;5;12muse[39m[38;5;12m [39m[38;5;12m(thus[39m[38;5;12m [39m[38;5;12mhaven't[39m[38;5;12m [39m[38;5;12mmigrated[39m[38;5;12m [39m[38;5;12mthe[39m[38;5;12m [39m[38;5;12msource[39m[38;5;12m [39m[38;5;12mcode[39m[38;5;12m [39m[38;5;12mto[39m[38;5;12m [39m[38;5;12mGitHub).[39m[38;5;12m [39m[38;5;12mIt's[39m[38;5;12m [39m[38;5;12mslow[39m[38;5;12m [39m[38;5;12mand[39m[38;5;12m [39m[38;5;12mnon-streaming.[39m[38;5;12m [39m[38;5;12mI'd[39m[38;5;12m [39m[38;5;12mgo[39m[38;5;12m [39m[38;5;12mwith[39m[38;5;12m [39m[48;5;235m[38;5;249mpapa-parse[49m[39m[38;5;12m.[39m[38;5;12m [39m[38;5;12mOn[39m[38;5;12m [39m[38;5;12mthe[39m[38;5;12m [39m[38;5;12mplus[39m[38;5;12m [39m[38;5;12mside,[39m[38;5;12m [39m[48;5;235m[38;5;249magnes[49m[39m[38;5;12m [39m[38;5;12mhas[39m[38;5;12m [39m[38;5;12ma[39m[38;5;12m [39m[38;5;12mmore[39m[38;5;12m [39m[38;5;12mcomprehensive[39m[38;5;12m [39m[38;5;12mtest[39m[38;5;12m [39m[38;5;12msuite[39m[38;5;12m [39m[38;5;12mand[39m[38;5;12m [39m[38;5;12msimpler[39m[38;5;12m [39m
|
||||
[38;5;12mapi[39m[38;5;12m [39m[38;5;12mthan[39m[38;5;12m [39m[38;5;12mmost.[39m
|
||||
|
||||
[48;5;235m[38;5;249m***[49m[39m[38;5;12m Mine too.[39m
|
||||
|
||||
@@ -165,3 +169,5 @@
|
||||
[38;5;14m[1m![0m[38;5;12mCC0[39m[38;5;14m[1m (http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)[0m[38;5;12m (https://creativecommons.org/publicdomain/zero/1.0/)[39m
|
||||
|
||||
[38;5;12mTo the extent possible under law, [39m[38;5;14m[1mLeon Bambrick[0m[38;5;12m (http://secretgeek.net) has waived all copyright and related or neighboring rights to this work.[39m
|
||||
|
||||
[38;5;12mCSV Github: https://github.com/secretGeek/awesomeCSV[39m
|
||||
|
||||
Reference in New Issue
Block a user