Skip to content
This repository has been archived by the owner on Jun 12, 2018. It is now read-only.

Commit

Permalink
Add created_at as a default header for contact file parsing (resolves #…
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Jun 25, 2014
1 parent c8e30f5 commit eab3088
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions go/contacts/parsers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class ContactFileParser(object):

DEFAULT_HEADERS = {
'key': 'UUID',
'created_at': 'Creation Date',
'name': 'Name',
'surname': 'Surname',
'bbm_pin': 'BBM Pin',
Expand Down

0 comments on commit eab3088

Please sign in to comment.