Do you have a template similar to Shopify's default order CSV export?
EZ Exporter does have a pre-set template you can use that's very similar to Shopify's default order CSV export. However, we can't matc…
EZ Exporter does have a pre-set template you can use that's very similar to Shopify's default order CSV export. However, we can't matc…
Unfortunately, we don't offer custom development services for EZ Exporter or any of our apps. All our apps are designed to be self-service and…
EZ Exporter only stores your Shopify account information (such as your contact info) in our database. We do not store data such as your order and …
Yes, in addition to the standard 2048 bits key size, EZ Exporter also supports 4096-bit RSA private keys for SFTP/SSH authentication when c…
Unfortunately, EZ Exporter doesn't support exporting data to EDI (Electronic Data Interchange) formats and it's not something we're looki…
Yes, we do! We support both ZIP (.zip) and GZIP (.gz) file compression formats. There's an optional "Compress file" setting in th…
EZ Exporter is designed specifically for creating custom CSV exports of your Shopify data. One of the main use cases for our app is to automate th…
You can find the Calculated Fields option in the Data Settings. With Calculated Fields, you can create a column in your report with a dynamic valu…
Arithmetic operations provide a way to generate new values from one or more number fields (e.g. total_weight, total_price, line_items.quantity, etc.)…
Conditional expressions allow you to include logic when generating your report. AVAILABLE OPERATORS if ("this value" if "cond…
EZ Exporter only supports one-line formulas. "For Loops" can be accomplished in a one-line formula by using a "List Comprehensio…
Functions allow for greater flexibility when manipulating data. You can combine multiple functions in a single formula (e.g. use the output of a func…
Text operations let you manipulate text fields in your report. AVAILABLE OPERATORS +, Combine (concatenate) texts (e.g. {{ text_field }…
You can find the Custom Fields option in the Data Settings. With Custom Fields, you can include additional columns in your report based on the…
You can filter your data further using Custom Filters, which can be found in the Data Settings. Custom Filters give you the flexibility to fil…