Task
This case prepares the Requires shipping column from product_kind for the final CSV.
Short answer
Use false for digital products and services, and true for physical products.
How to do it in Eofferix
Select the source column or create the output column from the specified source.
product_kind→Requires shipping.Open the settings of the output column
Requires shipping.
Real animation: opening the output column settings in the table editor. In Transformations, add the rules shown below.

Real screenshot of the Transformations block for this column. Save the settings, go to export, and check the values in the downloaded CSV.
Check target column names and accepted values against the official CSV documentation. Shopify CSV.
Before / after
Before
source data| Handle | Title | product_kind |
|---|---|---|
| ebook | Guide PDF | digital |
| setup | Setup service | service |
| lamp | Desk lamp | physical |
After
result| Handle | Title | Requires shipping |
|---|---|---|
| ebook | Guide PDF | false |
| setup | Setup service | false |
| lamp | Desk lamp | true |