EZ Exporter: Filtering by Blank Values Is Now Available

We've recently pushed an update to EZ Exporter to include new filtering conditions for blank values.

In the Custom Filters section of the Data Settings, you will now see these two additional options:

  • is blank
  • is not blank

This comes very handy when you need to filter your records based on whether a field in the data is blank.

One use case, for example, is when you need a CSV export that includes both Open and Closed/Archived orders, but excludes …

Read more

EZ Exporter: Advanced Date and Time Filters Now Available

We've just pushed an update to EZ Exporter giving our users the ability to filter their reports by multiple date and time fields.

Filtering by date and time is a bit tricky as we have to factor in different date/time formats and timezones. For example, some countries use the format month/day/year (like the US) and others day/month/year (like the UK). To get around this, we had to require our users to enter the date/time in the standard ISO 8601 format …

Read more

EZ Exporter: Additional Shopify Product Fields and Filters in Order Export

We've recently pushed an update to EZ Exporter to include additional product fields in the Order data exports.

To be able to do this, we had to "join" the product data with the order data. This involves making additional Shopify API calls to pull those product data so this could slow down the report generation quite a bit if you have a lot of orders and products.

The following fields can now be selected in the Order Data Settings' "Fields" …

Read more

EZ Exporter: Function to Get MD5 Hashes of Your Shopify Data Is Now Available

We've recently added the md5_hash() function to EZ Exporter. You can use this function in a Calculated Field to get the MD5 hash of your Shopify data.

What's an MD5 hash?

The MD5 hashing algorithm is a one-way hash function (i.e. once a data is hashed, it can't be reversed, in theory) which can be used to verify data integrity or to help mask information such as email addresses.

For example, if you have 2 files, you can easily …

Read more

EZ Exporter: Customer Export Now Available

We're happy to announce that EZ Exporter now supports exporting of customer data!

This allows you to create very customized customer reports. Just like the order and product exports, you can include metafields in your reports as well and automate them.

Below are some things you can do with Customer Exports.

Create custom CSVs for other platforms

Create multiple presets for the different platforms that you use, selecting only the fields that you need.

For example, you may need to …

Read more