EZ Exporter Update: New Function for Combining Lists/Arrays

We've just added a new function called join_lists() to our EZ Exporter app.

This new function will allow you to combine values from two separate lists where you can specify a separator between values and also between group of values.

For example, you might have the following lists of values on your Shopify store:

# Lineitem Tax Lines - Titles (line_items.tax_lines.title)
NY State Tax,New York County Tax,New York Municipal Tax

# Lineitem Tax Lines - Rates (line_items.tax_lines.rate)
0.04,0.00375,0.045

Using the join_lists() …

Read more

EZ Exporter Update: Overwrite Files in Google Drive

We've just pushed an update to EZ Exporter to allow our users to overwrite a file in Google Drive if it has the same filename. 

Google Drive allows duplicate filenames so if you have automated exports scheduled to run with a static filename, you can end up with a lot of files in your folder with identical names.  This update solves this issue by providing an option to overwrite a file if it already exists in the folder.

Please note …

Read more

Understanding Your Marketing Funnel

There are ways to be successful in your line of work and there are ways to fail. There are so many moving parts to being in ecommerce that it might seem like it's impossible to win in this field. Everything in ecommerce takes time, but it's worth it in the end. But what's the endgame for you? To be successful? Well, how do you measure success? For many, success is equivalent to how many sales are made. This is totally …

Read more

EZ Exporter: June 2020 Updates

Below is a list of smaller updates we've pushed this month to our Shopify data export app, EZ Exporter.

New field: total_tip_received

Shopify added an online tipping option for web orders last month, which merchants can add to the checkout page. This option used to be only available through Shopify POS.

In EZ Exporter, you can now select a field called total_tip_received. This field is also available in the Custom Filters and the Grouping and Aggregation sections in the …

Read more

Google Sheets Tip: Generate a Comma-Separated List of Values From a Column

Using a comma-separated list of values is a fairly common format when entering multiple values as input to a form. You might have already encountered this while managing an ad campain where you can enter a list of keywords or when needing to send a marketing email to multiple recipients.

If you already have a spreadsheet where you maintain these types of data as rows in a column, you may be wondering whether there's an easy way to convert rows …

Read more