How can I truncate the Shopify field data to a certain length?

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 custom CSV to your fulfillment partner and their system only allows 10 characters for the Shipping Address First Name field.

EZ Exporter can take care of this for you automatically using our Calculated Fields feature by using a formula like this:

{{ shipping_address.first_name }}[:10]

The formula above will automatically truncate the data to only return the first 10 characters of the First Name field.


App: EZ Exporter

Tags: advanced features, 3pl, custom csv