Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.
/ augmentr-utils Public archive

Some tools and such around the augmentr project that really don't belong in the core thing

Notifications You must be signed in to change notification settings

firstleads/augmentr-utils

Repository files navigation

augmentr-utils

Some tools and such around the augmentr project that really don't belong in the core thing

First things first

npm install

csv-client

HOST=http://augmentr.firstleads.net node csv-client.js <sourcefile> <destinationfile>

Note that the output file is not currently being used. It simply dumps output to screen

Sample input file:

email,phone,fullName
"[email protected]", "+19193499473", "Scott Barstow"
"[email protected]", "+19196725329", "Mike Schneider"

or

email,phone,firstName, lastName
"[email protected]", "+19193499473", "Scott", "Barstow"
"[email protected]", "+19196725329", "Mike", "Schneider"

all fields are required.

Boomtown lead convert

The csv out of Boomtown had some wierdness (multiple emails and multiple phone numbers). This util parses that file, takes the first email and phone if multiple, and spits out a csv that can be the input file for csv-client.

Usage:

node convertBoomtownCsv.js <originalfile> <destinationfile>

About

Some tools and such around the augmentr project that really don't belong in the core thing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published