Additional Filter Conditions for Your Shopify Data

We've recently pushed an update to EZ Exporter to support the following additional custom filter conditions:

  • is equal to any
  • is not equal to any

These new filter conditions allow for additional flexibility when filtering your Shopify data. This essentially provides a way to combine AND and OR conditional logic to your data filters.

For example, one of our customers needed to filter their CSV reports with something like this:

Shipping Country Code is equal to US
AND
Lineitem Name does not contain "Dealer"
AND
(Lineitem SKU is equal to 1234) OR (Lineitem SKU is equal to 4567) OR (Lineitem SKU is equal to 8911)

Previously, this wasn't possible as EZ Exporter was only allowing an option to either match "all" or "any" of the specified conditions. With this update, something like this is now doable as shown below:

EZ Exporter - Custom Filters for Your Shopify Data

When using the "is equal to any" and "is not equal to any" filters, all you have to do is provide a comma-separated list of values that will be used when checking whether the field value matches any of them.

Tags: new features, shopify, csv export, ez exporter, reporting