Created
February 2, 2014 21:41
-
-
Save ionrock/8775341 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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