Task
A JSON object has optional nodes such as an empty description. The result should not contain description as an empty string; the key should be removed entirely.
Short Answer
In the description value settings, open Export conditions and set Current value — Before transformations — not empty. If the condition fails, Eofferix does not export the current JSON node; the parent product object remains.
How to Do It in Eofferix
- In the JSON editor, open the settings of the
descriptionvalue.
The empty description value is highlighted. - In the settings window, open Export conditions and click Add export condition.
- Set the condition: Current value, Before transformations, not empty.

The not-empty operator is set in Export conditions; if description is empty, the JSON node is omitted. - Save the value settings.
Before / After
Before
source data{"sku": "SKU-1001", "name": "Jacket", "description": ""}After
result{"sku": "SKU-1001", "name": "Jacket"}