TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Friendly CSV, open-source merge variable sanitizer for outbound sales

2 pointsby ryanckulpover 8 years ago

1 comment

ryanckulpover 8 years ago
code here: github.com&#x2F;ryanckulp&#x2F;friendly_csv<p>most of my email campaigns look something like:<p><i>hey </i><i>Ryan</i><i>, i&#x27;d like to learn more about </i><i>Acme Co</i><i>.</i><p>however, many of the lists i build have a few problems:<p>* merge variables are in weird cases (ie all lowercase, all upercase)<p>* names aren&#x27;t split first&#x2F;last, but have middle initials, etc<p>* company names include artifacts like &#x27;Inc, LLC, Ltd,&#x27; etc that make the message less personal<p>so, i built this tool to sanitize all this for you (and me), which then spits back a CSV.<p>no catch, no costs, no email signup, etc. just your leads, fixed.<p><i></i>edited to fix bullets