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

# Import Settings

> Set default rules for every import: which products to include, how to handle conflicts and empty fields, and how strictly to validate data.

Import settings decide how WISEPIM handles incoming product data. Set them once and every import behaves the same way, whether you run it or a teammate does. That means fewer surprises and cleaner data.

<Frame>
  <img src="https://mintcdn.com/swiftsyncai/623lTB1FEiy-FOKO/images/screenshots/settings/settings-import.webp?fit=max&auto=format&n=623lTB1FEiy-FOKO&q=85&s=02bee0adea09f057ac37858b7b851c89" alt="Import settings page showing import filters, conflict resolution, empty field handling, and validation options" width="3648" height="2240" data-path="images/screenshots/settings/settings-import.webp" />
</Frame>

<Info>
  These settings are project-wide defaults. You can still override any option when you run a specific import.
</Info>

## Filter which products import

By default, WISEPIM imports every row in your file. Add import filters to bring in only the products you want.

<Steps>
  <Step title="Open the filter modal">
    Click **Add Filter** to open the advanced filter modal.
  </Step>

  <Step title="Build a condition">
    Each condition has three parts:

    * **Field**: the product field to check (Product Name, SKU, Price, Stock Quantity, and more).
    * **Operator**: the comparison logic (equals, contains, is empty, greater than, and more).
    * **Value**: what to compare against. Operators like "is empty" or "has value" need no value.
  </Step>

  <Step title="Combine conditions">
    Use **AND** to require every condition. Use **OR** to require just one.
  </Step>
</Steps>

<Tip>
  Use filters to skip test products, products below a price you set, or products missing key fields like SKU or EAN.
</Tip>

## Handle duplicate products

When an imported product already exists in WISEPIM (matched by SKU or another identifier), conflict resolution decides what happens.

| Option        | What it does                                                                         |
| ------------- | ------------------------------------------------------------------------------------ |
| **Merge**     | Combines existing and imported data, keeping the most complete value for each field. |
| **Overwrite** | Replaces all existing data with the imported data for matched products.              |
| **Skip**      | Leaves existing data untouched and ignores the imported duplicate.                   |

<Warning>
  **Overwrite** replaces every field on the existing product. Make sure your file holds complete data before you use it, or you may lose information.
</Warning>

## Handle empty fields

This setting decides what happens when a field in your file is blank.

| Option                | What it does                                             |
| --------------------- | -------------------------------------------------------- |
| **Skip empty fields** | Keeps the existing value in WISEPIM unchanged.           |
| **Clear field**       | Removes the existing value and leaves the field empty.   |
| **Use default value** | Fills the field with the attribute's configured default. |

<Tip>
  **Skip empty fields** is the safest choice. It prevents data loss when your file holds only part of a product's information.
</Tip>

## Choose how strictly to validate

Validation decides how carefully WISEPIM checks your data before it imports.

| Mode         | What it does                                                                             |
| ------------ | ---------------------------------------------------------------------------------------- |
| **Strict**   | Rejects any row with missing required fields or invalid formats. No partial imports.     |
| **Standard** | Imports valid rows and skips rows with errors. You get a report of what was skipped.     |
| **Lenient**  | Imports everything it can and auto-fixes minor issues, like extra spaces or odd formats. |

<Info>
  **Standard** is the recommended default. It protects your data, stays flexible, and tells you clearly which rows did not import.
</Info>

## Save your changes

Edit any setting and a save bar appears at the bottom of the page:

* **Save**: applies your import settings to the project.
* **Undo**: reverts every change to the last saved state.

## Related

<CardGroup cols={2}>
  <Card title="Importing products" icon="upload" href="/en/essentials/importing-products">
    Run an import step by step and map your file to WISEPIM fields.
  </Card>

  <Card title="General settings" icon="folder" href="/en/settings/general">
    Set the project name, industry, and languages that shape your data.
  </Card>

  <Card title="Export settings" icon="file-output" href="/en/settings/export">
    Control the defaults for exporting your products out of WISEPIM.
  </Card>

  <Card title="Integrations" icon="plug" href="/en/essentials/integrations">
    Pull products in automatically from your connected platforms.
  </Card>
</CardGroup>
