> ## 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.

# Copy Field Values

> Copy values from one product field into another across your selection. The source field keeps its value, so it is a safe way to seed or back up a field.

Copy the value from one field into another across many products at once. Copy Field Values reads a source field and writes it to a target field, while leaving the source field untouched. Use it to seed a new field from an existing one, back up a value before you change it, or fan a value out to a field that another channel needs.

WisePIM checks that the two fields are compatible and tells you how the values will convert (for example, a number copied into a text field becomes text). If the types do not mix at all, you will see a clear warning before you apply.

## Copy field values

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/60BB58903-ed2K97/images/marketing-screenshots/products/products-bulk-edit-copy-field-values-light-transparent.webp?fit=max&auto=format&n=60BB58903-ed2K97&q=85&s=909239ea2b078122bcf5974621b5311e" alt="Bulk editing, Copy Field Values across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-copy-field-values-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/NmcJ6hcXYN7g9AMz/images/marketing-screenshots/products/products-bulk-edit-copy-field-values-dark-transparent.webp?fit=max&auto=format&n=NmcJ6hcXYN7g9AMz&q=85&s=c0c0f5de1b2406733acf7f3b1287ebcb" alt="Bulk editing, Copy Field Values across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-copy-field-values-dark-transparent.webp" />

<Steps>
  <Step title="Select products">
    Check the products you want to update, or use filters and select all matching results.
  </Step>

  <Step title="Open Bulk Edit and choose Copy Field Values">
    Click **Bulk Edit**, then search for "Copy Field Values" or find it under **Attributes & Custom Fields**.
  </Step>

  <Step title="Pick the source field">
    Choose the field to copy from. This is the field whose values get read.
  </Step>

  <Step title="Pick the target field">
    Choose the field to copy into. WisePIM shows whether the two fields are compatible and how values will convert.
  </Step>

  <Step title="Set options and apply">
    Decide whether to write only into empty target fields, then click **Apply**.
  </Step>
</Steps>

## Options

| Option                            | What it does                                              | Default  |
| --------------------------------- | --------------------------------------------------------- | -------- |
| **Source field**                  | The field to copy values from. It is left unchanged       | Required |
| **Target field**                  | The field to copy values into                             | Required |
| **Only if target field is empty** | Skips products where the target field already has a value | Off      |

You can pick from a wide range of fields: text and SEO fields, identifiers like SKU and EAN, numeric fields like price and weight, enum fields like status and review status, boolean flags, and your custom attributes.

### Type compatibility

When the source and target are different types, WisePIM converts the value and tells you how. For example:

* A number copied into a text field becomes text.
* A decimal copied into a whole-number field is rounded.
* Multi-line text copied into a single-line field is flattened.

If two fields cannot be converted at all, the action flags them as incompatible so you can choose a different target.

## When to use it

* **Seed a new field.** Copy your description into the enriched description to give enrichment a starting point.
* **Back up a value.** Copy a field into a custom attribute before you run a risky change, so you can restore it if needed.
* **Feed a channel.** Copy a value into the exact field a marketplace or feed expects.

<Tip>
  Turn on **Only if target field is empty** to fill in gaps without overwriting work that is already there. It is the safe choice when you only want to top up missing values.
</Tip>

<Info>
  Copy keeps the source field as it is. To clear the source after transferring, use [Move Field Values](/en/essentials/bulk-editing/move-field-values) instead.
</Info>

## Related

<CardGroup cols={2}>
  <Card title="Move Field Values" icon="move-right" href="/en/essentials/bulk-editing/move-field-values">
    Transfer values and clear the source field.
  </Card>

  <Card title="Set Field Value" icon="square-pen" href="/en/essentials/bulk-editing/set-field">
    Set a default product field to a specific value or formula.
  </Card>

  <Card title="Set Attribute Value" icon="pen-line" href="/en/essentials/bulk-editing/set-attribute">
    Set a fixed value on a custom attribute across products.
  </Card>

  <Card title="All bulk actions" icon="layers" href="/en/essentials/bulk-editing">
    Browse every bulk editing action by category.
  </Card>
</CardGroup>
