Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryanckulp/friendly_csv
Sanitize cold email merge variables before you hit send.
https://github.com/ryanckulp/friendly_csv
Last synced: 2 months ago
JSON representation
Sanitize cold email merge variables before you hit send.
- Host: GitHub
- URL: https://github.com/ryanckulp/friendly_csv
- Owner: ryanckulp
- Created: 2016-11-02T01:33:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T08:18:09.000Z (about 2 years ago)
- Last Synced: 2024-10-10T20:32:37.919Z (3 months ago)
- Language: Ruby
- Homepage: https://www.ryanckulp.com/friendly-csv
- Size: 1.21 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FriendlyCSV
sanitize cold email merge variables before you hit send.don't code? https://friendly-csv.herokuapp.com
### 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?