An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# FlatFile

[![Gem](https://img.shields.io/gem/v/flat_file)][rubygems]
[![Build Status](https://travis-ci.org/tcd/flat_file.svg?branch=master)][travis-ci]
[![Coverage Status](https://coveralls.io/repos/github/tcd/flat_file/badge.svg?branch=master)][coveralls]
[![YARD Docs](http://inch-ci.org/github/tcd/flat_file.svg?branch=master)][inch-ci]
[![License](https://img.shields.io/github/license/tcd/flat_file)][license]
[![Documentation](http://img.shields.io/badge/docs-rubydoc.info-blue.svg)][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).