EZ Exporter Update: New Scheduling Option

We've just pushed an update to EZ Exporter's scheduling options to allow our users to select the specific days of the week to run an export for the following schedule types:

  • Every 15 Minutes
  • Every 30 Minutes
  • Hourly
  • Daily

Some of our users have requested this option as they wanted to pause the automated exports on weekends or on specific days. 

You could technically accomplish this in the past by using multiple "Weekly" schedules.  However, this approach requires configuring multiple …

Read more

EZ Exporter Update: New Customer and Order Fields

We've just pushed an update to EZ Exporter for exporting addiitional Customer and Order fields.

Most of the fields are related to email and SMS marketing.

Below is a list of the new fields that were added.

New Customer Fields

email_marketing_consent.consent_updated_at Email Marketing Consent Updated At (type: datetime). The date and time when the customer consented to receive marketing material by email. If no date is provided, then the date and time when the consent information was sent is …
Read more

EZ Exporter Update: Grouping and Aggregation Now Supports a LIST() Function

In addition to the MIN, MAX, SUM, MEAN, COUNT, and UNIQUE COUNT functions, EZ Exporter also now supports a LIST function.

This new function allows you to combine a group of field values in a JSON list/array.  If you're familiar with SQL, this is similar to MySQL's GROUP_CONCAT() function or PostgreSQL's STRING_AGG() function.

This enables creating summary reports where you can include a column including a comma-separated list of values from a grouped data.

Some examples:

  • Group orders by product …
Read more

EZ Exporter Update: Shopify Fulfillment Orders Export Now Available

EZ Exporter has supported exporting fulfillment locations from the Shopify order for some time now, but they were only available for orders or line items that were already fulfilled.

In the last couple of months, we've gotten more inquiries from merchants on how to export and filter based on the assigned/allocation location to fulfill the orders and line items from.

One use case for this is to allow merchants to create separate CSV exports to be sent to different warehouses for …

Read more

EZ Exporter Update: Sort Data by a Custom Column and an Extra Option to Exclude Specific Columns

We've just pushed 2 additional options in the Data Settings configuration of EZ Exporter:

  1. Sort by a custom column.
  2. Extra option to exclude specific columns.

Both of these options are applied near the end of the export process, after Custom Fields and Calculated Fields have already been evaluated so they'll often be used together with these fields.

Sort by a Custom Column

This one is pretty straightforward.  You might want to sort the data based on the output of Custom …

Read more