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

# Standardize Text Case

> Bulk convert product text to Title Case, UPPERCASE, lowercase, or Sentence case. Give your whole catalog a consistent, professional look in seconds.

Inconsistent capitalization makes a catalog look messy. One product is `WIRELESS HEADPHONES`, the next is `wireless headphones`. This action fixes that in one pass. Pick a case style, choose the fields, and apply it to every selected product at once.

Use it to clean up names, descriptions, or any text field after an import or manual entry.

## Standardize case

<img className="block dark:hidden" src="https://mintcdn.com/swiftsyncai/vT5bx0c0dDPVXf2p/images/marketing-screenshots/products/products-bulk-edit-standardize-case-light-transparent.webp?fit=max&auto=format&n=vT5bx0c0dDPVXf2p&q=85&s=f03c24562313b8093cd250047bfb7ada" alt="Bulk editing, Standardize Text Case across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-standardize-case-light-transparent.webp" />

<img className="hidden dark:block" src="https://mintcdn.com/swiftsyncai/vT5bx0c0dDPVXf2p/images/marketing-screenshots/products/products-bulk-edit-standardize-case-dark-transparent.webp?fit=max&auto=format&n=vT5bx0c0dDPVXf2p&q=85&s=5fa4e0a68cf2a05631fe22a5a1092873" alt="Bulk editing, Standardize Text Case across many products at once in WISEPIM" width="2252" height="2004" data-path="images/marketing-screenshots/products/products-bulk-edit-standardize-case-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 Standardize Text Case">
    Click **Bulk Edit**, then search for "Standardize Text Case" or find it under **Text & Content**.
  </Step>

  <Step title="Pick a case style">
    Choose Title Case, UPPERCASE, lowercase, or Sentence case.
  </Step>

  <Step title="Choose the fields to convert">
    Select one or more target fields, such as product name, description, or SEO title.
  </Step>

  <Step title="Preview and apply">
    Check the live before/after preview, then click **Apply**.
  </Step>
</Steps>

## Case styles

| Case style        | Example                                                           |
| ----------------- | ----------------------------------------------------------------- |
| **Title Case**    | `wireless bluetooth headphones` → `Wireless Bluetooth Headphones` |
| **UPPERCASE**     | `wireless bluetooth headphones` → `WIRELESS BLUETOOTH HEADPHONES` |
| **lowercase**     | `Wireless Bluetooth Headphones` → `wireless bluetooth headphones` |
| **Sentence case** | `wireless bluetooth headphones` → `Wireless bluetooth headphones` |

<Tip>
  **Title Case** is the safest choice for product names. It looks professional and reads cleanly across your storefront and feeds.
</Tip>

## Target fields

You can convert one field or several at once. For example, fix the product name and the SEO title in a single action.

| Group            | Fields                                               |
| ---------------- | ---------------------------------------------------- |
| **Names**        | Product name, reviewed name, brand, supplier         |
| **Descriptions** | Description, enriched description, short description |
| **SEO**          | SEO title, SEO description, SEO keywords             |
| **Identifiers**  | SKU, EAN, UPC, MPN                                   |
| **Custom**       | Any custom text attribute                            |

<Warning>
  Some fields hold values that should not change case, like brand names with specific styling (`iPhone`, `eBay`) or codes. Use the live preview to catch these before you apply.
</Warning>

## Related

<CardGroup cols={2}>
  <Card title="Trim Whitespace" icon="scissors" href="/en/essentials/bulk-editing/trim-whitespace">
    Remove stray spaces and line breaks from your text fields.
  </Card>

  <Card title="Find and Replace" icon="search" href="/en/essentials/bulk-editing/find-replace">
    Fix typos or swap words across many products at once.
  </Card>

  <Card title="Append/Prepend Text" icon="text-cursor-input" href="/en/essentials/bulk-editing/append-prepend">
    Add a prefix or suffix to any text field across your selection.
  </Card>

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