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

EZ Exporter: Export Your Shopify CSV Data Straight to Google Drive

EZ Exporter now supports Google Drive!

With this new integration, you can now use your Google Drive account to store your Shopify CSV exports. Share a Google Drive folder with your team and have EZ Exporter automatically generate reports in that folder that your team can access. This could help cut down on email use!

We support connecting multiple Google Drive accounts. Simply go to Integrations -> Google Drive to connect an account. Once you have a Google Drive account …

Read more

EZ Exporter: Function to Strip HTML Tags is Now Available

We've recently gotten this request from one of our customers. He needed a way to export the product description of his products but without the HTML code.

Shopify's own product CSV export includes the HTML code of the product description in a field labeled "Body (HTML)." The Shopify API also only provides the HTML version of the product description.

As a way around this, we've added a new function in EZ Exporter to remove the HTML code for you so …

Read more