Skip to content

Commit

Permalink
additional data type mappings for lifepim
Browse files Browse the repository at this point in the history
  • Loading branch information
acutesoftware committed Dec 24, 2017
1 parent 2f40a50 commit 872d5bc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion aikif/data/ref/data_type_mapping.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@ data_type_name,database_map,info_map
name,string,CORE.PERSON
address,string,CORE.LOCATION
ip_address,string,CORE.LOCATION
geo_coord_lat,number,CORE.LOCATION
geo_coord_long,number,CORE.LOCATION
age,number,CORE.FACT
gender,string,CORE.FACT
event_date,date,CORE.EVENT
mail_sent_date,date,CORE.EVENT
date_event,date,CORE.EVENT
date_birth,date,CORE.EVENT
mail_sent_date,date,CORE.EVENT
mail_received_date,date,CORE.EVENT
log_date,date,CORE.EVENT

0 comments on commit 872d5bc

Please sign in to comment.