Export Selected Orders, Products, or Customers From the Shopify Admin to a Custom CSV

We've recently pushed a pretty neat feature to EZ Exporter that allows our users to export orders, products, or customers directly from the Shopify Admin into a custom CSV file configured with EZ Exporter.

This was actually a feature request from one of our customers (thanks Garrett!) as he sometimes need to export just a few orders and it was nice to be able to select them from the Shopify Admin Orders page and then select which report template (configured …

Read more

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