Big Table sObject New Fields
The purpose of this feature is to introduce new fields into the Big Table sObject, all prefixed with "Import," to support the enhanced data import functionality. The new fields include a variety of personal and address data points. Examples of the new fields are:
| Field Label | Field API | Type |
| Import First Name | ImportFirstName__c | Text(255) |
| Import Last Name | ImportLastName__c | Text(255) |
| Import Middle Name | ImportMiddleName__c | Text(255) |
| Import Salutation | ImportSalutation__c | Text(255) |
| Import Suffix | ImportSuffix__c | Text(255) |
| Import Preferred First Name | ImportPreferred_First_Name__c | Text(255) |
| Import Former Last Name | ImportFormer_Last_Name__c | Text(255) |
| Import Former First Name | ImportFormer_First_Name__c | Text(255) |
| Import Sex | ImportSex__c | Text(255) |
| Import Gender | ImportGender__c | Text(255) |
| Import Birthdate | ImportBirthdate__c | Date |
| Import SSN | ImportSSN__c | Encrypted |
| Import Address 01 City | ImportAddress_01_City__c | Text(255) |
| Import Address 01 Country | ImportAddress_01_Country__c | Text(255) |
| Import Address 01 County | ImportAddress_01_County__c | Text(255) |
| Import Address 01 Postal Code | ImportAddress_01_Postal_Code__c | Text(255) |
| Import Address 01 State | ImportAddress_01_State__c | Text(255) |
| Import Address 01 State/Province | ImportAddress_01_State/Province__c | Text(255) |
| Import Address 01 Street Line 1 | ImportAddress_01_Street_Line_1__c | Text(255) |
| Import Address 01 Street Line 2 | ImportAddress_01_Street_Line_2__c | Text(255) |
| Import Address 01 Type | ImportAddress_01_Type__c | Text(255) |
| Import Address 01 Zip Code | ImportAddress_01_Zip_Code__c | Text(255) |
| Import Address 02 City | ImportAddress_02_City__c | Text(255) |
| Import Address 02 Country | ImportAddress_02_Country__c | Text(255) |
| Import Address 02 County | ImportAddress_02_County__c | Text(255) |
| Import Address 02 Postal Code | ImportAddress_02_Postal_Code__c | Text(255) |
| Import Address 02 State | ImportAddress_02_State__c | Text(255) |
| Import Address 02 State/Province | ImportAddress_02_State/Province__c | Text(255) |
| Import Address 02 Street Line 1 | ImportAddress_02_Street_Line_1__c | Text(255) |
| Import Address 02 Street Line 2 | ImportAddress_02_Street_Line_2__c | Text(255) |
| Import Address 02 Type | ImportAddress_02_Type__c | Text(255) |
| Import Address 02 Zip Code | ImportAddress_02_Zip_Code__c | Text(255) |
| Import Citizenship Status | ImportCitizenship_Status__c | Text(255) |
| Import Country of Citizenship | ImportCountry_of_Citizenship__c | Text(255) |
| Import Country of Dual Citizenship | ImportCountry_of_Dual_Citizenship__c | Text(255) |
| Import Race | ImportRace__c | Text(255) |
| Import Ethnicity | ImportEthnicity__c | Text(255) |
| Import Date | ImportDate__c | Date |
| Import File Name | ImportFile_Name__c | Text(255) |
| Import Source ID | ImportSource__ID__c | Text(255) |
| Import Lead Source | ImportLead_Source__c | Text(255) |
| Import Phone 01 Number | ImportPhone_01_Number__c | Text(255) |
| Import Phone 01 Type | ImportPhone_01_Type__c | Text(255) |
| Import Phone 02 Number | ImportPhone_02_Number__c | Text(255) |
| Import Phone 02 Type | ImportPhone_02_Type__c | Text(255) |
| Import Phone 03 Number | ImportPhone_03_Number__c | Text(255) |
| Import Phone 03 Type | ImportPhone_03_Type__c | Text(255) |
| Import Pronouns | ImportPronouns__c | Text(255) |
| Import Religion | ImportReligion__c | Text(255) |

