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

https://github.com/bartfeenstra/rscsv

Makes a sad attempt at parsing your CSV files 📜
https://github.com/bartfeenstra/rscsv

csv

Last synced: about 1 year ago
JSON representation

Makes a sad attempt at parsing your CSV files 📜

Awesome Lists containing this project

README

          

# RsCSV

[![Build Status](https://travis-ci.org/bartfeenstra/rscsv.svg?branch=master)](https://travis-ci.org/bartfeenstra/rscsv)

## About
Makes a sad attempt at parsing your CSV files.

## License
RsCSV is released under the [MIT](./LICENSE) license.

## Development
If you wish to contribute code changes, you may want to fork this project first, and clone your own forked repository
instead.

### Building
Run `./bin/build`.

### Testing
Run `./bin/test`.

### Fixing problems automatically
Run `./bin/fix`.