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