> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getoneprofile.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# An import looks wrong

> The table doesn't match the file you uploaded. Check the mapping, the row limit, and what the import actually read.

The import finished, and the table does not look like your file. Work through what the import decided on your behalf.

## Work through the checks

<Steps>
  <Step title="Check the column mapping">
    Reopen **Import a CSV** and look at the mapping step. A column mapped to the wrong field, or left unmapped, explains most wrong tables.
  </Step>

  <Step title="Check the row count">
    A file with more rows than your plan holds imports up to the limit. The import dialog says so before **Create table** is pressed.
  </Step>

  <Step title="Check the file itself">
    Open the file in a spreadsheet. A missing header row or values shifted by a column reads as garbage on any importer.
  </Step>
</Steps>

## Good to know

<AccordionGroup>
  <Accordion title="Can I just import again?">
    Yes. Fix the file or the mapping and import a fresh table, then delete the wrong one.
  </Accordion>

  <Accordion title="Why is Create table greyed out?">
    The import needs at least one mapped column it can use. Tick at least one column, and give any duplicate names their own, and the button comes alive.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Import a CSV" icon="file-up" href="/find-leads/import-a-csv">
    The full import reference, mapping included.
  </Card>

  <Card title="Rows and cells" icon="table" href="/tables/rows-and-cells">
    Fix a table in place: rename, retype, delete.
  </Card>
</CardGroup>
