How can I remove non-numeric characters from my Shopify data?
We have a function called strip_non_numeric_chars() which you can use in the Calculated Fields that will take care of this for you automatically. …
We have a function called strip_non_numeric_chars() which you can use in the Calculated Fields that will take care of this for you automatically. …
There are a couple ways you can take care of this in EZ Exporter. By default, Shopify adds a hash symbol ("#") in front of the…
In EZ Exporter, you can use a Calculated Field with a formula like below to strip out the query string portion of the URL data (the part after the qu…
The Shopify API exposes the following information in the transaction data:"payment_details": { "avs_result_code": "123456", "credit_card_bin": …
If you need to create separate CSV or Excel exports based on a line item's assigned location, you can use the Custom Filters option in EZ Ex…
There may be cases where you need to limit the number of characters for certain Shopify fields in the CSV file. For example, you may need to send a …
In the Data Settings of EZ Exporter, under Filters > Created, there's an option you can select called "Since Last Successful Run.&qu…
We have a special field called line_items._index that can be used in the Custom Fields or Calculated Fields sections in the Data Settings of ord…
You can add blank columns in EZ Exporter using Custom Fields with the value {{}}:
We have a special field called _row_number that you can use in the Calculated Fields. Simply enter this value in a Calculated Field to i…
EZ Exporter supports multiple functions that can be used in the Calculated Fields section of the Data Settings to figure out the difference in days, …
The Shopify order data contains a line item attribute called gift_card which identifies whether a line item is a gift card or not. With EZ Ex…
By default, the images.src field in the Product export will export all image URLs separated by a comma. To change the separator from a comma to a …
To change the export file format in EZ Exporter, please follow the following steps: Edit the Export Profile. Under File Options > For…
If you have multiple Shopify stores and want to copy over settings from one store to another, you can use EZ Exporter's "Backup & Restor…