What data import actually does
Data import turns the lists you already keep into records the CRM can work with. You upload a file, tell the system what each column means, decide how it should behave when a row matches something already in the database, and let it create or update records. Nothing exotic happens. The value sits entirely in the mapping decisions, because they decide whether the CRM is useful on day one or simply a second place where messy data lives.
An import is also the moment your business rules get written down. What counts as a lead source? Who owns an unassigned enquiry? Is a person with two phone numbers one record or two? Teams that answer those questions during the import get clean reporting afterwards; teams that skip them rebuild the same list a quarter later.
