CSV
CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.
-
- Sign up for GitHub or sign in to edit this page
Here are 3,318 public repositories matching this topic...
Hi papas,
CSV has no concept of null. You can't distinguish between empty strings and null.
(good read: http://www.garretwilson.com/blog/2009/04/23/csvnull.xhtml)
Nevertheless, there are cases where you need to support both cases, so a solution might be to encode it as a special String like "NULL" or so (if its unlikely that this string will ever occure as a string in your app).
If you feed dat
中华人民共和国行政区划:省级(省份直辖市自治区)、 地级(城市)、 县级(区县)、 乡级(乡镇街道)、 村级(村委会居委会) ,中国省市区镇村二级三级四级五级联动地址数据 Node.js 爬虫。
-
Updated
Oct 18, 2019 - 109 commits
- JavaScript
Create high-quality charts from the command line
-
Updated
Oct 18, 2019 - 4 commits
- C++
A fast CSV command line toolkit written in Rust.
-
Updated
Oct 18, 2019 - 405 commits
- Rust
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
-
Updated
Oct 18, 2019 - 10 commits
- C#
CSV data manipulation made easy in PHP
-
Updated
Oct 18, 2019 - 934 commits
- PHP
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
-
Updated
Oct 15, 2019 - 5 commits
- C
A desktop application for viewing and analyzing tabular data
-
Updated
Oct 16, 2019 - 261 commits
- JavaScript
MSSQL Storage
TensorFlow template application for deep learning
-
Updated
Oct 17, 2019 - 201 commits
- Python
Library that makes it possible to read, edit and write CSV files
-
Updated
Oct 16, 2019 - 162 commits
- Java
:bar_chart: :clipboard: Dashboards using YAML or JSON files
-
Updated
Oct 11, 2019 - 321 commits
- JavaScript
eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.
-
Updated
Oct 18, 2019 - 291 commits
- D
ISO 3166-1 country lists merged with their UN Geoscheme regional codes in ready-to-use JSON, XML, CSV data sets
-
Updated
Oct 18, 2019 - 108 commits
- Ruby
Spreadsheet Architect is a library that allows you to create XLSX, ODS, or CSV spreadsheets super easily from ActiveRecord relations, plain Ruby objects, or tabular data
-
Updated
Sep 30, 2019 - 159 commits
- Ruby
For the next 30 days, learn the Python Programming language.
-
Updated
Oct 17, 2019 - 50 commits
- Python
I noticed a bug in the html_to_sheet function. When reading cells that are empty, the cell index is correctly incremented, but if the cell has HTML tags and is observed to be empty after stripping the tags, the cell index is not incremented. This results in misalignment of the subsequent cells:
https://github.com/SheetJS/js-xlsx/blob/e3c5eac99c3b2be6929adfca455c1be87fab792b/xlsx.js#L18956-L18