Skip to content

Instantly share code, notes, and snippets.

View vermorel's full-sized avatar

Joannes Vermorel vermorel

View GitHub Profile
@vermorel
vermorel / Program.cs
Created August 18, 2011 16:52
Email address extraction from Relenta CSV export
// The CSV file produced by Relenta while exporting contact is somewhat messy.
// Using this tiny app to extract the first email address of each contact.
using System;
using System.IO;
namespace ConsoleTest
{
class Program
{