Skip to content

Instantly share code, notes, and snippets.

@ionrock
Created February 2, 2014 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ionrock/8775341 to your computer and use it in GitHub Desktop.
Save ionrock/8775341 to your computer and use it in GitHub Desktop.
(defn col-map {"Email" "email"
"First Name" "firstname"
"Last Name" "lastname"
"Birthdate" "birthdate"
"Acquisition Date" "notes"
"Billing Address 1" "address"
"Billing Address 2" "address2"
"Billing City" "city"
"Billing State/Province" "state"
"Billing Country" "country"
"Billing Postal Code" "zip"
"Billing Daytime Phone" "cellphone"})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment