Skip to content

Commit

Permalink
Fix invalid CSV in Awesomecsv.csv
Browse files Browse the repository at this point in the history
Needed to qualify a field that contained embedded csv.
  • Loading branch information
secretGeek authored Mar 9, 2020
1 parent b0217ec commit 7971c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions awesomecsv.csv
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Awesome CSV Tools,CSV to SQL,http://www.convertcsv.com/csv-to-sql.htm,"Online to
Awesome CSV Tools,C#: kbCSV,https://github.com/kentcb/KBCsv/blob/master/README.md,"An efficient, easy to use .NET parsing and writing library for CSV"
Awesome CSV Tools,csvprintf,https://github.com/archiecobbs/csvprintf,"UNIX command line utility for parsing and formatting output based on CSV files"
Awesome CSV Tools,Mockaroo,https://www.mockaroo.com/,"Random data generator for CSV / JSON / SQL / Excel"
Awesome CSV Tools,Ron's CSV Editor,https://www.ronsplace.eu/products/ronseditor,Handles big files, does miraculous things. A timeless editor for a timeless format.
Awesome CSV Tools,Ron's CSV Editor,https://www.ronsplace.eu/products/ronseditor,"Handles big files, does miraculous things. A timeless editor for a timeless format."
Repair or Validate CSV,Csvlint.go,https://github.com/Clever/csvlint,"Command line tool for validating CSV files against RFC 4180"
Repair or Validate CSV,csvstudio,http://www.csvstudio.com,"A smart app to repair syntax errors in very large CSV files"
Treat CSV as SQL,TextQL,http://dinedal.github.io/textql/,"Execute SQL Against CSV or TSV"
Expand Down Expand Up @@ -48,4 +48,4 @@ Awesome CSV Standards,CSV Schema Language,http://digital-preservation.github.io/
Awesome CSV Standards,CSV 1.1,https://csv11.github.io/,"CSV evolved (for humans) - easy-to-write and easy-to-read"
Meta: Other Lists of CSV Tools and References,structured-text-tools,https://github.com/dbohdan/structured-text-tools,"List of command line tools for manipulating CSV / XML / HTML / JSON / INI etc"
Meta: Other Lists of CSV Tools and References,META-META,https://raw.githubusercontent.com/secretGeek/AwesomeCSV/master/awesomecsv.csv,"This list as a CSV file"
Meta: Other Lists of CSV Tools and References,META-META-META,https://nimbletext.com/Live/-971009575/,"This list as a NimbleText Pattern that produces a markdown page from this list as a CSV file"
Meta: Other Lists of CSV Tools and References,META-META-META,https://nimbletext.com/Live/-971009575/,"This list as a NimbleText Pattern that produces a markdown page from this list as a CSV file"

0 comments on commit 7971c4f

Please sign in to comment.