https://github.com/tcd/flat_file
Convenience methods for reading CSV, TSV, & JSON files
https://github.com/tcd/flat_file
Last synced: about 14 hours ago
JSON representation
Convenience methods for reading CSV, TSV, & JSON files
- Host: GitHub
- URL: https://github.com/tcd/flat_file
- Owner: tcd
- License: mit
- Created: 2020-09-10T01:52:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T02:24:58.000Z (almost 6 years ago)
- Last Synced: 2026-04-24T03:10:12.845Z (about 2 months ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FlatFile
[][rubygems]
[][travis-ci]
[][coveralls]
[][inch-ci]
[][license]
[][docs]
[rubygems]: https://rubygems.org/gems/flat_file
[travis-ci]: https://travis-ci.org/tcd/flat_file
[coveralls]: https://coveralls.io/github/tcd/flat_file?branch=master
[inch-ci]: https://coveralls.io/github/tcd/flat_file?branch=master
[license]: https://github.com/tcd/flat_file/blob/master/LICENSE.txt
[docs]: https://www.rubydoc.info/gems/flat_file/0.3.0
Convenience methods for reading CSV, TSV, & JSON files.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'flat_file'
```
And then execute:
$ bundle install
Or install it yourself as:
$ gem install flat_file
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).