Shopify CSV

How to Fill Shopify Inventory tracker

2026-06-21
Task

The source CSV has an inventory tracking flag. In Shopify, Inventory tracker should be shopify when inventory is tracked and empty otherwise.

Short answer

Create Inventory tracker, leave it empty first, then set shopify when track_inventory is yes, 1, or tracked.

How to Do It in Eofferix

Method 1: How to Do It in Eofferix with Regular Expressions

  1. Open the settings of the output Inventory tracker column.
    Animation showing how to open the Inventory tracker column settings in Eofferix
    The click is on the settings icon of the output Inventory tracker column.
  2. In Transformations, the first rule clears the value; the second uses ^(yes|1|tracked)$ to set shopify.
    Screenshot of transformation rules for the Inventory tracker column
    The Transformations block shows the full rule chain for this case.
  3. Save the column settings and go to the Export step.

Method 2: How to Do It in Eofferix with Substring Search

  1. Open the settings of the output Inventory tracker column.
  2. In Transformations, replace the regular expression with separate rules for each text marker.

    If the source column contains longer phrases, get the same result without a regular expression: add several rules with Contains substring, one rule for each marker. For the numeric 1 flag, keep an Equals condition so other numbers are not matched.

    OrderWhat to checkConditionAction
    1Current valueAnyReplace with empty value
    2track_inventoryContains substring yesReplace with shopify
    3track_inventoryContains substring trackedReplace with shopify
    4track_inventoryEquals 1Replace with shopify
    Screenshot of substring-search rules for the Inventory tracker column
    In the second method, each text marker uses Contains substring; the numeric 1 marker uses an exact comparison.
  3. Save the column settings and go to the Export step.

Before / After

Before

source data
HandleTitletrack_inventory
desk-lampDesk lampyes
ebook-guidePDF guideno

After

result
HandleInventory tracker
desk-lampshopify
ebook-guide

Process data faster with Eofferix

Create a free account to automate catalogs and price lists around your own rules.

Sign up