Data mapping

When performing data migrations, data must be mapped from the legacy system to Identity Cloud schema attributes and transformed into the format the Identity Cloud platform uses. These mappings and transformations can be defined using a mapping table similar to the one shown below.

 Legacy Name Legacy Format Identity Cloud AttributeIdentity Cloud Format
 first_name alphanumeric givenName alphanumeric
 city alphanumeric primaryAddress.city alphanumeric

For example, the legacy system has a field named first_name that maps directly to the Identity Cloud user profile attribute givenName. Because both the legacy field and the user profile attribute employ the same data format (alphanumeric), data can simply be copied from the legacy system to the Identity Cloud. For example, if a user has the first_name Bob, that same name (Bob) will be copied to the givenName attribute in the user profile.

When it comes to the user's date of birth, however, there's more work involved than simply mapping the legacy field DOB to the user profile attribute birthday. That's because the DOB field uses a different datetime format (month/date/year) than the user profile (year-month-date). That means that a data transformation is needed to convert the value 02-14-2010 to the value 2010-02-14.

It's recommended that you complete a complete a similar mapping table for each legacy value you want to migrate to the Identity Cloud.

📘

The preceding are examples that illustrate the data mapping and transformation exercise. Actual mappings and transformations will be determined as part of an engagement your ​Akamai​ representative.