Sha256: 5a6bcc250ecf5ce361cd842c27de90cffd659a5ec3315e883ec5c5cc1036529c

Contents?: true

Size: 596 Bytes

Versions: 1

Compression:

Stored size: 596 Bytes

Contents

# YsrmailParser

The gem is use for Parsing email from raw data .

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'ysrmailParser'
```

Or install it yourself as:

    $ gem install ysrmailParser

## Usage

Create the csv file on Desktop if you are using Linux
Name it t1.csv . put all your raw data in it

create the new ruby Project

require 'rubygems'
require 'ysrmailParser'

**********************************
temp = YsrmailParser::YsrMail.new
puts temp.test
**********************************

It returns email and count of each email how many times it returns .

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ysrmailParser-0.1.2 README.md