# CSV File Format for Importing Objects

> Learn how to properly format CSV files for importing contacts and opportunities into GHL Customer Care. Includes required fields, formatting tips, and troubleshooting guidance.

- Source: https://docs.ghlcustomercare.com/docs/contacts/smart-lists/csv-file-format-for-importing-objects
- Section: Contacts / Smart Lists
- Reading time: 7 min
- Modified on Wed, 25 Feb at 6:14 AM

---
This article will help you format your CSV file correctly before importing it into GHL Customer Care. By following this guide, you’ll avoid common import errors, save time, and ensure your data flows seamlessly into your CRM.

---

**TABLE OF CONTENTS**

-   [Key Benefits of Preparing Your CSV File](#key-benefits-of-preparing-your-csv-file)
-   [What is a CSV File Format?](#what-is-a-csv-file-format)
-   [Structuring Your File](#structuring-your-file)
    -   [1\. Sample CSV Format](#1-sample-csv-format)
    -   [2\. Mandatory Fields](#2-mandatory-fields)
    -   [3\. Field Formatting](#3-field-formatting)
    -   [4\. Supported File Type and File Size](#4-supported-file-type-and-file-size)
    -   [5\. Required and Optional Fields for Import](#5-required-and-optional-fields-for-import)
    -   [6\. Formatting Guidelines by Field Type](#6-formatting-guidelines-by-field-type)
-   [Supported Countries List in CSV Imports](#supported-countries-list-in-csv-imports)
-   [Supported Timezones](#supported-timezones)
-   [Frequently Asked Questions](#frequently-asked-questions)
-   [Related Articles](#related-articles)

---

## **Key Benefits of Preparing Your CSV File**

Taking the time to format your CSV file correctly before importing ensures your contact data is clean, complete, and mapped accurately.

-   Reduces the chance of import errors or upload failures
-   Helps GHL Customer Care automatically map fields during import
-   Enables contact deduplication and accurate updates
-   Supports custom fields and advanced segmentation
-   Saves time by avoiding post-import cleanup
-   Increases success with bulk contact/opportunity uploads

---

## **What is a CSV File Format?**

CSV stands for 'Comma-Separated Values'. It's a simple file format used to store tabular data like spreadsheets or databases. Each line in a CSV file represents a single record, and fields within the record are separated by commas. It’s one of the most widely used formats for importing and exporting data between different systems.

-   CSV files typically have a `.csv` extension.
    
-   You can create or edit them in tools like Excel, Google Sheets, or Notepad.
    
-   Ensure only one sheet is present in the file to prevent import issues.
    

**Example**:

| First Name | Last Name | Email | Phone |
| --- | --- | --- | --- |
| Jane | Doe | jane@example.com | +11234567890 |
| John | Smith | john@example.com | +10987654321 |

---

## **Structuring Your File**

To ensure accurate data mapping, structure your CSV file with column headers corresponding to standard or custom fields in GHL Customer Care.

### **1\. Sample CSV Format**

| First Name | Last Name | Email | Phone | Company | Tags | Status | Created Date | Additional Phone |
| --- | --- | --- | --- | --- | --- | --- | --- | --- |
| John | Doe | john@example.com | +11234567890 | ABC Corp | VIP, Lead | New | 01/01/2024 | +17877123462 |
| Jane | Smith | jane@example.com | +15556667777 | XYZ Ltd | Customer | Active | 02/02/2024 | +17877123464 |

-   Each row represents a single contact or opportunity.
    
-   Each column represents a distinct property.
    
-   The header row is required to map fields correctly.
    

### **2\. Mandatory Fields**

At least one of the following is required to create or update a contact:

-   First Name
    
-   Email Address
    
-   Phone Number
    

**Note**: For updating contacts, a Unique Identifier (Contact ID, Email, or Phone) is required based on your deduplication settings. For opportunities, include the Opportunity ID if updating. Without it, a new one will be created.

### **3\. Field Formatting**

Follow these specific formatting rules to avoid import failures:

<table style="max-width: 100%; font-weight: 400; text-align: start"><tbody><tr><td style="min-width: 5px; text-align: center">Field Type</td><td style="min-width: 5px; text-align: center">Accepted Formats / Notes</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Date Picker (Date Fields)</strong></td><td style="min-width: 5px">MM/DD/YYYY, YYYY/MM/DD, MM-DD-YYYY, YYYY-MM-DD</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Multi-Select / Checkbox</strong></td><td style="min-width: 5px">Commas: <code>VIP, Lead</code>, Semicolons: <code>Gold; Silver</code>, Periods: <code>Yes. No</code>❌ Slashes = Invalid</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Single Option (Dropdown)</strong></td><td style="min-width: 5px">One value only. Example: <code>Blue</code></td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Contact Owner</strong></td><td style="min-width: 5px"><code>FirstName LastName</code> — e.g., <code>Logan Paul</code></td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Tags</strong></td><td style="min-width: 5px">Commas, semicolons, or periods. e.g., <code>Blue, Yellow</code>, <code>Blue; Yellow</code></td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Phone Number</strong></td><td style="min-width: 5px">E.164: <code>+11234567890</code> (recommended); also <code>123-456-7890</code>, <code>(123) 456-7890</code> (US only)</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Invalid Phone Formats</strong></td><td style="min-width: 5px"><code>1234567</code>, <code>abc1234567</code></td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Numerical Fields</strong></td><td style="min-width: 5px"><code>1.23</code>, <code>1234</code>, <code>.123</code></td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Monetary Fields</strong></td><td style="min-width: 5px"><code>1234</code>, <code>1,234,234.33</code></td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Contact Followers</strong></td><td style="min-width: 5px"><code>FirstName LastName, FirstName2 LastName2</code> — e.g., <code>Adam Smith, David Lee</code></td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Additional Emails</strong></td><td style="min-width: 5px"><code>abc@email.com, abc1@email.com</code></td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Additional Phone Numbers</strong></td><td style="min-width: 5px"><code dir="ltr">+1 7877123460, +1 7877123461</code></td></tr></tbody></table>

### **4\. Supported File Type and File Size**

Your file must meet certain basic requirements for a successful upload.

| Requirement | Details |
| --- | --- |
| File Format | `.csv` only |
| Sheets Allowed | One sheet per file |
| Max File Size | 30 MB |

### **5\. Required and Optional Fields for Import**

Including the right fields helps GHL Customer Care identify and process your records accurately.

<table style="max-width: 100%; font-weight: 400; text-align: start"><tbody><tr><td style="min-width: 5px; text-align: center">Import Action</td><td dir="ltr" style="min-width: 5px; text-align: center">Required/Optional Fields</td><td style="min-width: 5px; text-align: center">Notes</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">New Contact</strong></td><td style="min-width: 5px">Name <strong style="font-weight: 700">or</strong> Email, <strong style="font-weight: 700">or</strong> Phone</td><td style="min-width: 5px">At least one is required</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Update Existing Contact</strong></td><td style="min-width: 5px">Contact ID <strong style="font-weight: 700">or</strong> Name/Email/Phone</td><td style="min-width: 5px">Depends on duplicate settings</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Header Row</strong></td><td style="min-width: 5px">Required</td><td style="min-width: 5px">Headers must match existing or custom fields in GHL Customer Care</td></tr></tbody></table>

### **6\. Formatting Guidelines by Field Type**

To prevent import errors, follow these formatting rules for each data type in your CSV.

<table style="max-width: 100%; font-weight: 400; text-align: start"><tbody><tr><td style="min-width: 5px; text-align: center">Field Type</td><td style="min-width: 5px; text-align: center">Format</td><td style="min-width: 5px; text-align: center">Example</td><td style="min-width: 5px; text-align: center">Notes</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Phone Number</strong></td><td style="min-width: 5px">E.164 or standard US formats</td><td style="min-width: 5px"><code>+1 1234567890123-456-7890</code></td><td style="min-width: 5px">Clean and consistent formatting</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Email Address</strong></td><td style="min-width: 5px">Standard format</td><td style="min-width: 5px"><code>name@example.com</code></td><td style="min-width: 5px">Must include <code>@</code> and domain</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Date</strong></td><td style="min-width: 5px">Multiple accepted formats</td><td style="min-width: 5px"><code>04/16/2025</code>, <code>2025-04-16</code></td><td style="min-width: 5px">Choose one format and stick to it</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Multi-Select Fields</strong></td><td style="min-width: 5px">Separate with <code>,</code>, <code>;</code>, or <code>.</code></td><td style="min-width: 5px"><code>Blue, Yellow, Green</code></td><td style="min-width: 5px">Must match field options in CRM</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Additional Emails</strong></td><td style="min-width: 5px">Comma-separated</td><td style="min-width: 5px"><code>email1@example.com, email2@example.com</code></td><td style="min-width: 5px">Add in a separate column</td></tr><tr><td style="min-width: 5px"><strong style="font-weight: 700">Additional Phones</strong></td><td style="min-width: 5px">Comma-separated</td><td style="min-width: 5px"><code>1234567890, 9876543210</code></td><td style="min-width: 5px">Add in a separate column</td></tr></tbody></table>

**Tip**: Before importing your CSV, ensure custom fields are already created in your GHL Customer Care account using the same labels and data types.For help with creating custom fields, refer to [Overview of Merge Fields & Custom Variables](https://docs.ghlcustomercare.com/docs/merge-fields-and-custom-variables/merge-fields-and-custom-variables/overview-of-merge-fields-custom-variables)

---

## **Supported Countries List in CSV Imports**

This section contains a **table of country names** accepted during CSV imports into GHL Customer Care. These are the official country values that should be used in your CSV file when mapping a **country field**, whether standard or custom. Use the exact country names or short codes listed below in your CSV file.

-   **Purpose**: GHL Customer Care validates country names during import. If your CSV includes a `Country` field, each row must match one of the **exact names** in this list.
    
-   **Format**: Must match exactly—case-sensitive and spelling-sensitive. For example, `United States` is accepted, but `USA` or `U.S.` will cause an error.
    
-   **Custom Field Use**: If you're using a custom country field, you can still benefit from sticking to this list to maintain compatibility.
    

<table style="max-width: 100%; font-weight: 400; text-align: start"><tbody><tr><td style="min-width: 5px">Country Name (Code)</td><td style="min-width: 5px">Country Name (Code)</td><td style="min-width: 5px">Country Name (Code)</td></tr><tr><td style="min-width: 5px">Afghanistan (AF)</td><td style="min-width: 5px">Albania (AL)</td><td style="min-width: 5px">Algeria (DZ)</td></tr><tr><td style="min-width: 5px">Andorra (AD)</td><td style="min-width: 5px">Angola (AO)</td><td style="min-width: 5px">Antigua and Barbuda (AG)</td></tr><tr><td style="min-width: 5px">Argentina (AR)</td><td style="min-width: 5px">Armenia (AM)</td><td style="min-width: 5px">Australia (AU)</td></tr><tr><td style="min-width: 5px">Austria (AT)</td><td style="min-width: 5px">Azerbaijan (AZ)</td><td style="min-width: 5px">Bahamas (BS)</td></tr><tr><td style="min-width: 5px">Bahrain (BH)</td><td style="min-width: 5px">Bangladesh (BD)</td><td style="min-width: 5px">Barbados (BB)</td></tr><tr><td style="min-width: 5px">Belarus (BY)</td><td style="min-width: 5px">Belgium (BE)</td><td style="min-width: 5px">Belize (BZ)</td></tr><tr><td style="min-width: 5px">Benin (BJ)</td><td style="min-width: 5px">Bhutan (BT)</td><td style="min-width: 5px">Bolivia (BO)</td></tr><tr><td style="min-width: 5px">Bosnia and Herzegovina (BA)</td><td style="min-width: 5px">Botswana (BW)</td><td style="min-width: 5px">Brazil (BR)</td></tr><tr><td style="min-width: 5px">Brunei (BN)</td><td style="min-width: 5px">Bulgaria (BG)</td><td style="min-width: 5px">Burkina Faso (BF)</td></tr><tr><td style="min-width: 5px">Burundi (BI)</td><td style="min-width: 5px">Cabo Verde (CV)</td><td style="min-width: 5px">Cambodia (KH)</td></tr><tr><td style="min-width: 5px">Cameroon (CM)</td><td style="min-width: 5px">Canada (CA)</td><td style="min-width: 5px">Central African Republic (CF)</td></tr><tr><td style="min-width: 5px">Chad (TD)</td><td style="min-width: 5px">Chile (CL)</td><td style="min-width: 5px">China (CN)</td></tr><tr><td style="min-width: 5px">Colombia (CO)</td><td style="min-width: 5px">Comoros (KM)</td><td style="min-width: 5px">Congo (CG)</td></tr><tr><td style="min-width: 5px">Congo (Kinshasa) (CD)</td><td style="min-width: 5px">Costa Rica (CR)</td><td style="min-width: 5px">Croatia (HR)</td></tr><tr><td style="min-width: 5px">Cuba (CU)</td><td style="min-width: 5px">Cyprus (CY)</td><td style="min-width: 5px">Czech Republic (CZ)</td></tr><tr><td style="min-width: 5px">Denmark (DK)</td><td style="min-width: 5px">Djibouti (DJ)</td><td style="min-width: 5px">Dominica (DM)</td></tr><tr><td style="min-width: 5px">Dominican Republic (DO)</td><td style="min-width: 5px">East Timor (TL)</td><td style="min-width: 5px">Ecuador (EC)</td></tr><tr><td style="min-width: 5px">Egypt (EG)</td><td style="min-width: 5px">El Salvador (SV)</td><td style="min-width: 5px">Equatorial Guinea (GQ)</td></tr><tr><td style="min-width: 5px">Eritrea (ER)</td><td style="min-width: 5px">Estonia (EE)</td><td style="min-width: 5px">Eswatini (SZ)</td></tr><tr><td style="min-width: 5px">Ethiopia (ET)</td><td style="min-width: 5px">Fiji (FJ)</td><td style="min-width: 5px">Finland (FI)</td></tr><tr><td style="min-width: 5px">France (FR)</td><td style="min-width: 5px">Gabon (GA)</td><td style="min-width: 5px">Gambia (GM)</td></tr><tr><td style="min-width: 5px">Georgia (GE)</td><td style="min-width: 5px">Germany (DE)</td><td style="min-width: 5px">Ghana (GH)</td></tr><tr><td style="min-width: 5px">Greece (GR)</td><td style="min-width: 5px">Grenada (GD)</td><td style="min-width: 5px">Guatemala (GT)</td></tr><tr><td style="min-width: 5px">Guinea (GN)</td><td style="min-width: 5px">Guinea-Bissau (GW)</td><td style="min-width: 5px">Guyana (GY)</td></tr><tr><td style="min-width: 5px">Haiti (HT)</td><td style="min-width: 5px">Honduras (HN)</td><td style="min-width: 5px">Hungary (HU)</td></tr><tr><td style="min-width: 5px">Iceland (IS)</td><td style="min-width: 5px">India (IN)</td><td style="min-width: 5px">Indonesia (ID)</td></tr><tr><td style="min-width: 5px">Iran (IR)</td><td style="min-width: 5px">Iraq (IQ)</td><td style="min-width: 5px">Ireland (IE)</td></tr><tr><td style="min-width: 5px">Israel (IL)</td><td style="min-width: 5px">Italy (IT)</td><td style="min-width: 5px">Jamaica (JM)</td></tr><tr><td style="min-width: 5px">Japan (JP)</td><td style="min-width: 5px">Jordan (JO)</td><td style="min-width: 5px">Kazakhstan (KZ)</td></tr><tr><td style="min-width: 5px">Kenya (KE)</td><td style="min-width: 5px">Kiribati (KI)</td><td style="min-width: 5px">Korea, North (KP)</td></tr><tr><td style="min-width: 5px">Korea, South (KR)</td><td style="min-width: 5px">Kosovo (XK)</td><td style="min-width: 5px">Kuwait (KW)</td></tr><tr><td style="min-width: 5px">Kyrgyzstan (KG)</td><td style="min-width: 5px">Laos (LA)</td><td style="min-width: 5px">Latvia (LV)</td></tr><tr><td style="min-width: 5px">Lebanon (LB)</td><td style="min-width: 5px">Lesotho (LS)</td><td style="min-width: 5px">Liberia (LR)</td></tr><tr><td style="min-width: 5px">Libya (LY)</td><td style="min-width: 5px">Liechtenstein (LI)</td><td style="min-width: 5px">Lithuania (LT)</td></tr><tr><td style="min-width: 5px">Luxembourg (LU)</td><td style="min-width: 5px">Madagascar (MG)</td><td style="min-width: 5px">Malawi (MW)</td></tr><tr><td style="min-width: 5px">Malaysia (MY)</td><td style="min-width: 5px">Maldives (MV)</td><td style="min-width: 5px">Mali (ML)</td></tr><tr><td style="min-width: 5px">Malta (MT)</td><td style="min-width: 5px">Marshall Islands (MH)</td><td style="min-width: 5px">Mauritania (MR)</td></tr><tr><td style="min-width: 5px">Mauritius (MU)</td><td style="min-width: 5px">Mexico (MX)</td><td style="min-width: 5px">Micronesia (FM)</td></tr><tr><td style="min-width: 5px">Moldova (MD)</td><td style="min-width: 5px">Monaco (MC)</td><td style="min-width: 5px">Mongolia (MN)</td></tr><tr><td style="min-width: 5px">Montenegro (ME)</td><td style="min-width: 5px">Morocco (MA)</td><td style="min-width: 5px">Mozambique (MZ)</td></tr><tr><td style="min-width: 5px">Myanmar (MM)</td><td style="min-width: 5px">Namibia (NA)</td><td style="min-width: 5px">Nauru (NR)</td></tr><tr><td style="min-width: 5px">Nepal (NP)</td><td style="min-width: 5px">Netherlands (NL)</td><td style="min-width: 5px">New Zealand (NZ)</td></tr><tr><td style="min-width: 5px">Nicaragua (NI)</td><td style="min-width: 5px">Niger (NE)</td><td style="min-width: 5px">Nigeria (NG)</td></tr><tr><td style="min-width: 5px">North Macedonia (MK)</td><td style="min-width: 5px">Norway (NO)</td><td style="min-width: 5px">Oman (OM)</td></tr><tr><td style="min-width: 5px">Pakistan (PK)</td><td style="min-width: 5px">Palau (PW)</td><td style="min-width: 5px">Panama (PA)</td></tr><tr><td style="min-width: 5px">Papua New Guinea (PG)</td><td style="min-width: 5px">Paraguay (PY)</td><td style="min-width: 5px">Peru (PE)</td></tr><tr><td style="min-width: 5px">Philippines (PH)</td><td style="min-width: 5px">Poland (PL)</td><td style="min-width: 5px">Portugal (PT)</td></tr><tr><td style="min-width: 5px">Qatar (QA)</td><td style="min-width: 5px">Romania (RO)</td><td style="min-width: 5px">Russia (RU)</td></tr><tr><td style="min-width: 5px">Rwanda (RW)</td><td style="min-width: 5px">Saint Kitts and Nevis (KN)</td><td style="min-width: 5px">Saint Lucia (LC)</td></tr><tr><td style="min-width: 5px">Saint Vincent and the Grenadines (VC)</td><td style="min-width: 5px">Samoa (WS)</td><td style="min-width: 5px">San Marino (SM)</td></tr><tr><td style="min-width: 5px">Sao Tome and Principe (ST)</td><td style="min-width: 5px">Saudi Arabia (SA)</td><td style="min-width: 5px">Senegal (SN)</td></tr><tr><td style="min-width: 5px">Serbia (RS)</td><td style="min-width: 5px">Seychelles (SC)</td><td style="min-width: 5px">Sierra Leone (SL)</td></tr><tr><td style="min-width: 5px">Singapore (SG)</td><td style="min-width: 5px">Slovakia (SK)</td><td style="min-width: 5px">Slovenia (SI)</td></tr><tr><td style="min-width: 5px">Solomon Islands (SB)</td><td style="min-width: 5px">Somalia (SO)</td><td style="min-width: 5px">South Africa (ZA)</td></tr><tr><td style="min-width: 5px">South Sudan (SS)</td><td style="min-width: 5px">Spain (ES)</td><td style="min-width: 5px">Sri Lanka (LK)</td></tr><tr><td style="min-width: 5px">Sudan (SD)</td><td style="min-width: 5px">Suriname (SR)</td><td style="min-width: 5px">Sweden (SE)</td></tr><tr><td style="min-width: 5px">Switzerland (CH)</td><td style="min-width: 5px">Syria (SY)</td><td style="min-width: 5px">Taiwan (TW)</td></tr><tr><td style="min-width: 5px">Tajikistan (TJ)</td><td style="min-width: 5px">Tanzania (TZ)</td><td style="min-width: 5px">Thailand (TH)</td></tr><tr><td style="min-width: 5px">Togo (TG)</td><td style="min-width: 5px">Tonga (TO)</td><td style="min-width: 5px">Trinidad and Tobago (TT)</td></tr><tr><td style="min-width: 5px">Tunisia (TN)</td><td style="min-width: 5px">Turkey (TR)</td><td style="min-width: 5px">Turkmenistan (TM)</td></tr><tr><td style="min-width: 5px">Tuvalu (TV)</td><td style="min-width: 5px">Uganda (UG)</td><td style="min-width: 5px">Ukraine (UA)</td></tr><tr><td style="min-width: 5px">United Arab Emirates (AE)</td><td style="min-width: 5px">United Kingdom (GB)</td><td style="min-width: 5px">United States (US)</td></tr><tr><td style="min-width: 5px">Uruguay (UY)</td><td style="min-width: 5px">Uzbekistan (UZ)</td><td style="min-width: 5px">Vanuatu (VU)</td></tr><tr><td style="min-width: 5px">Vatican City (VA)</td><td style="min-width: 5px">Venezuela (VE)</td><td style="min-width: 5px">Vietnam (VN)</td></tr><tr><td style="min-width: 5px">Yemen (YE)</td><td style="min-width: 5px">Zambia (ZM)</td><td style="min-width: 5px">Zimbabwe (ZW)</td></tr></tbody></table>

---

## **Supported Timezones**

Use one of the following timezone formats in your CSV. These are case-sensitive and must match exactly.

<table style="max-width: 100%; font-weight: 400; text-align: start"><tbody><tr><td style="min-width: 5px; text-align: center"><strong>Timezone</strong></td><td style="min-width: 5px; text-align: center"><strong>Timezone</strong></td><td style="min-width: 5px; text-align: center"><strong>Timezone</strong></td></tr><tr><td style="min-width: 5px">Etc/GMT+12</td><td style="min-width: 5px">Pacific/Midway</td><td style="min-width: 5px">Pacific/Honolulu</td></tr><tr><td style="min-width: 5px">America/Juneau</td><td style="min-width: 5px">US/Alaska</td><td style="min-width: 5px">America/Dawson</td></tr><tr><td style="min-width: 5px">America/Los_Angeles</td><td style="min-width: 5px">America/Phoenix</td><td style="min-width: 5px">America/Tijuana</td></tr><tr><td style="min-width: 5px">US/Arizona</td><td style="min-width: 5px">America/Belize</td><td style="min-width: 5px">America/Boise</td></tr><tr><td style="min-width: 5px">America/Chihuahua</td><td style="min-width: 5px">America/Denver</td><td style="min-width: 5px">America/Edmonton</td></tr><tr><td style="min-width: 5px">America/Guatemala</td><td style="min-width: 5px">America/Managua</td><td style="min-width: 5px">America/Regina</td></tr><tr><td style="min-width: 5px">Canada/Saskatchewan</td><td style="min-width: 5px">US/Mountain</td><td style="min-width: 5px">America/Bahia_Banderas</td></tr><tr><td style="min-width: 5px">America/Bogota</td><td style="min-width: 5px">America/Cancun</td><td style="min-width: 5px">America/Chicago</td></tr><tr><td style="min-width: 5px">America/Mexico City</td><td style="min-width: 5px">US/Central</td><td style="min-width: 5px">America/Caracas</td></tr><tr><td style="min-width: 5px">America/Detroit</td><td style="min-width: 5px">America/Indiana/Indianapolis</td><td style="min-width: 5px">America/Louisville</td></tr><tr><td style="min-width: 5px">America/Manaus</td><td style="min-width: 5px">America/New_York</td><td style="min-width: 5px">America/Santiago</td></tr><tr><td style="min-width: 5px">America/Santo_Domingo</td><td style="min-width: 5px">America/Toronto</td><td style="min-width: 5px">US/East-Indiana</td></tr><tr><td style="min-width: 5px">US/Eastern</td><td style="min-width: 5px">America/Argentina/Buenos_Aires</td><td style="min-width: 5px">America/Glace_Bay</td></tr><tr><td style="min-width: 5px">America/Montevideo</td><td style="min-width: 5px">America/Sao_Paulo</td><td style="min-width: 5px">Canada/Atlantic</td></tr><tr><td style="min-width: 5px">America/St_Johns</td><td style="min-width: 5px">Canada/Newfoundland</td><td style="min-width: 5px">America/Godthab</td></tr><tr><td style="min-width: 5px">America/Noronha</td><td style="min-width: 5px">Etc/GMT+2</td><td style="min-width: 5px">Atlantic/Cape_Verde</td></tr><tr><td style="min-width: 5px">Atlantic/Azores</td><td style="min-width: 5px">UTC</td><td style="min-width: 5px">Africa/Algiers</td></tr><tr><td style="min-width: 5px">Africa/Casablanca</td><td style="min-width: 5px">Africa/Lagos</td><td style="min-width: 5px">Atlantic/Canary</td></tr><tr><td style="min-width: 5px">Europe/London</td><td style="min-width: 5px">Africa/Cairo</td><td style="min-width: 5px">Africa/Harare</td></tr><tr><td style="min-width: 5px">Europe/Amsterdam</td><td style="min-width: 5px">Europe/Belgrade</td><td style="min-width: 5px">Europe/Brussels</td></tr><tr><td style="min-width: 5px">Europe/Madrid</td><td style="min-width: 5px">Europe/Oslo</td><td style="min-width: 5px">Europe/Sarajevo</td></tr><tr><td style="min-width: 5px">Africa/Nairobi</td><td style="min-width: 5px">Asia/Amman</td><td style="min-width: 5px">Asia/Baghdad</td></tr><tr><td style="min-width: 5px">Asia/Jerusalem</td><td style="min-width: 5px">Asia/Kuwait</td><td style="min-width: 5px">Asia/Qatar</td></tr><tr><td style="min-width: 5px">Europe/Athens</td><td style="min-width: 5px">Europe/Bucharest</td><td style="min-width: 5px">Europe/Helsinki</td></tr><tr><td style="min-width: 5px">Europe/Moscow</td><td style="min-width: 5px">Asia/Baku</td><td style="min-width: 5px">Asia/Dubai</td></tr><tr><td style="min-width: 5px">Asia/Kabul</td><td style="min-width: 5px">Asia/Tehran</td><td style="min-width: 5px">Asia/Karachi</td></tr><tr><td style="min-width: 5px">Asia/Yekaterinburg</td><td style="min-width: 5px">Asia/Colombo</td><td style="min-width: 5px">Asia/Kolkata</td></tr><tr><td style="min-width: 5px">Asia/Calcutta</td><td style="min-width: 5px">Asia/Kathmandu</td><td style="min-width: 5px">Asia/Almaty</td></tr><tr><td style="min-width: 5px">Asia/Dhaka</td><td style="min-width: 5px">Asia/Rangoon</td><td style="min-width: 5px">Asia/Bangkok</td></tr><tr><td style="min-width: 5px">Asia/Krasnoyarsk</td><td style="min-width: 5px">Asia/Irkutsk</td><td style="min-width: 5px">Asia/Kuala_Lumpur</td></tr><tr><td style="min-width: 5px">Asia/Shanghai</td><td style="min-width: 5px">Asia/Taipei</td><td style="min-width: 5px">Australia/Perth</td></tr><tr><td style="min-width: 5px">Asia/Seoul</td><td style="min-width: 5px">Asia/Tokyo</td><td style="min-width: 5px">Asia/Yakutsk</td></tr><tr><td style="min-width: 5px">Australia/Adelaide</td><td style="min-width: 5px">Australia/Darwin</td><td style="min-width: 5px">Asia/Vladivostok</td></tr><tr><td style="min-width: 5px">Australia/Brisbane</td><td style="min-width: 5px">Australia/Canberra</td><td style="min-width: 5px">Australia/Hobart</td></tr><tr><td style="min-width: 5px">Australia/Sydney</td><td style="min-width: 5px">Pacific/Guam</td><td style="min-width: 5px">Asia/Magadan</td></tr><tr><td style="min-width: 5px">Pacific/Auckland</td><td style="min-width: 5px">Pacific/Fiji</td><td style="min-width: 5px">Pacific/Tongatapu</td></tr></tbody></table>

---

## **Frequently Asked Questions**

**Q: Can I import contacts with more than one phone number or email?**  
Yes! Use separate columns like `Additional phone numbers` and `Additional email addresses`, and separate entries with commas.

**Q: What happens if I include a field in the CSV that doesn’t exist in GHL Customer Care?**  
That field will be ignored unless you map it to an existing standard or custom field during the import process.

**Q: Will GHL Customer Care detect duplicates automatically?**  
Yes, based on your **Duplicate Detection Settings**, it can match by Contact ID, phone, or email and either merge or skip duplicates.

**Q: Can I update contacts with a CSV import?**  
Absolutely. Just make sure you're including a field used in your duplicate matching (like Contact ID, email, or phone).

**Q: Do I need to clean blank rows and columns?**  
Yes. It’s best to remove all unnecessary data to avoid unexpected import behavior.

---

## **Related Articles**

-   [Importing Opportunities using a CSV file](https://docs.ghlcustomercare.com/docs/opportunities-and-pipelines/getting-started-with-opportunities/importing-opportunities-using-a-csv-file)
-   [Troubleshooting Bulk Imports via CSV](https://docs.ghlcustomercare.com/docs/contacts/smart-lists/troubleshooting-bulk-imports-via-csv)
    
-   [Importing Contacts using a CSV file](https://docs.ghlcustomercare.com/docs/contacts/getting-started-with-contacts/importing-contacts-using-a-csv-file)

---

Documentation for GHL Customer Care. Support: support@ghlcustomercare.com