Shopify CSV

How to Fill Shopify Published on online store from Product Status

2026-06-21
Task

The CSV has an internal product status. Shopify needs true for published products and false for drafts.

Short answer

Create Published on online store: default to false, and set true when status is active, yes, or 1.

How to Do It in Eofferix

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

  1. Open the settings of the output Published on online store column.
    Table snapshot screenshot with the Published on online store column in Eofferix
    The screenshot shows the output Published on online store column and the settings icon used to open its settings.
  2. In Transformations, set the false default and use ^(active|yes|1)$ for true.
    Screenshot of transformation rules for the Published on online store 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 Published on online store 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 false
    2statusContains substring activeReplace with true
    3statusContains substring yesReplace with true
    4statusEquals 1Replace with true
    Screenshot of substring-search rules for the Published on online store 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
HandleTitlestatus
desk-lampDesk lampactive
office-chairOffice chairdraft

After

result
HandlePublished on online store
desk-lamptrue
office-chairfalse

Process data faster with Eofferix

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

Sign up