https://github.com/rubycocos/csvreader
csvreader library / gem - read tabular data in the comma-separated values (csv) format the right way (uses best practices out-of-the-box with zero-configuration)
https://github.com/rubycocos/csvreader
csv csv11 csvhash csvrecord export import json numerics tab tabular tabular-data
Last synced: 5 months ago
JSON representation
csvreader library / gem - read tabular data in the comma-separated values (csv) format the right way (uses best practices out-of-the-box with zero-configuration)
- Host: GitHub
- URL: https://github.com/rubycocos/csvreader
- Owner: rubycocos
- License: cc0-1.0
- Created: 2018-08-15T07:57:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T07:35:15.000Z (almost 4 years ago)
- Last Synced: 2024-04-20T23:54:38.077Z (almost 2 years ago)
- Topics: csv, csv11, csvhash, csvrecord, export, import, json, numerics, tab, tabular, tabular-data
- Language: Ruby
- Homepage:
- Size: 457 KB
- Stars: 179
- Watchers: 6
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Comma-Separated Values (CSV) Tabular Data Readers Incl. CSV <3 JSON, CSV <3 YAML And More
---
NOTE: I (Gerald Bauer) am happy to work on a better (alternate) csv library for ruby, BUT unfortunately for now I have first to figure out how to survive and earn some money. unfortunately, ruby is no longer (never was really) in demand over here (in austria).
thus, if you want to see progress - please ping me (gerald.bauer @ gmail.com) and your support is more than welcome.
---
Gem Family
[**csvreader**](csvreader) - read tabular data in the comma-separated values (csv) format the right way (uses best practices out-of-the-box with zero-configuration)
[csvjson](csvjson) - read tabular data in the CSV <3 JSON format, that is, comma-separated values CSV (line-by-line) records with javascript object notation (JSON) encoding rules
[csvyaml](csvyaml) - read tabular data in the CSV <3 YAML format, that is, comma-separated values (CSV) line-by-line records with yaml ain't markup language (YAML) encoding rules
[csvhuman](csvhuman) - read tabular data in the CSV Humanitarian eXchange Language (HXL) format, that is, comma-separated values (CSV) line-by-line records with a hashtag (meta data) line using the Humanitarian eXchange Language (HXL) rules
[tabreader](tabreader) - read in tabular datafiles in text in the tabular (TAB) format
[csvpack](csvpack) - tools 'n' scripts for working with tabular data packages using comma-separated values (CSV) datafiles in text with meta info (that is, schema, datatypes, ..) in datapackage.json; download, read into and query CSV datafiles with your SQL database (e.g. SQLite, PostgreSQL, ...) of choice and much more
Typed Structs & More
[csvrecord](csvrecord) - read in comma-separated values (csv) records with typed structs / schemas
(Command Line) Tools & More
[csvutils](csvutils) - tools 'n' scripts for working with comma-separated values (csv) datafiles - the world's most popular tabular data interchange format in text