ryanckulp / friendly_csv

Sanitize cold email merge variables before you hit send.

Home Page:https://www.ryanckulp.com/friendly-csv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FriendlyCSV

sanitize cold email merge variables before you hit send.

don't code? https://friendly-csv.herokuapp.com

Sanitize a CSV

why?

  • merging {{ first_name }} but your data says "John Smith"
  • merging {{ company_name }} but your data says "Solstice Equity Partners, Inc."
  • merging {{ first_name }} but your data says "JIMMY"
  • etc.

getting started

  1. $ rake db:setup && rake db:migrate
  2. $ rails s

todo

  1. add example.csv to demonstrate how it works
  2. styles (fonts, buttons, etc)
  3. let user send leads to their email
  4. what else?

About

Sanitize cold email merge variables before you hit send.

https://www.ryanckulp.com/friendly-csv


Languages

Language:Ruby 75.9%Language:HTML 20.1%Language:CSS 2.8%Language:JavaScript 1.1%Language:CoffeeScript 0.1%