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

https://github.com/lrlna/csv-sort

Sorts through a csv file, checks for a correct email address, outputs json files with valid and invalid emails.
https://github.com/lrlna/csv-sort

Last synced: 8 months ago
JSON representation

Sorts through a csv file, checks for a correct email address, outputs json files with valid and invalid emails.

Awesome Lists containing this project

README

          

# CsvSort

This is an unpublished gem for sorting through csv with emails and outputing two different files:

1. `.json` file with valid email rows
2. `.txt` file with invalid email rows

## Installation

This project is currently not on Gem. You can however clone this repo and install thit locally:

```
git clone https://github.com/lrlna/csv-sort
```

Or install it yourself as:

$ [sudo] gem install csv_sort

## Usage

Use with the necessary csv_file:

$ csv_sort --file /path/to/file

## Contributing

1. Fork it ( https://github.com/[my-github-username]/csv_sort/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request