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.
- Host: GitHub
- URL: https://github.com/lrlna/csv-sort
- Owner: lrlna
- License: mit
- Created: 2015-11-11T04:39:14.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T04:54:36.000Z (almost 10 years ago)
- Last Synced: 2025-01-11T17:37:24.792Z (9 months ago)
- Language: Ruby
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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