Use cases

JSON

How to skip an empty JSON node

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. In the description value settings, open Export condition...

Table editor

How to Remove HTML Tags from a Product Description

Clean CSV or XLSX product descriptions by removing p, br, strong, and other HTML tags.

Interpreter

How to Move XML Attributes into CSV Columns

Convert XML attributes such as id and code into regular CSV or XLSX columns.

Table editor

How to Split a List in One Cell into Separate Rows

Turn comma- or semicolon-separated values in one table cell into separate result rows.

Table editor

How to Merge Rows with the Same SKU

Collect values from repeated rows into one cell using SKU or another grouping key.

Table editor

How to Create a URL Slug from a Product Name

Create a slug column for a site catalog: Latin characters, hyphens instead of spaces, and no extra symbols.

Table editor

How to Remove Rows with an Empty Required Field

Skip rows where a required value, for example SKU, is missing before exporting CSV or XLSX.

Table editor

How to Remove Products from a Table by a Short SKU or Brand Blacklist

Skip several specific SKUs or brands before importing a supplier file into your catalog.

Table editor

How to Remove Products from a Price List by Brand, Category, or Status

Filter supplier rows by a clear attribute: brand, category, status, or another column value.

Table editor

How to Split Price and Currency from One Cell

Turn values like 1 250,50 EUR or 99.90 USD into separate price and currency columns.

Table transformations

How to extract a domain from email in Excel

Use the email column as the source, remove everything before @, remove @ itself, then convert the remaining domain to lowercase.

Table transformations

How to extract an email address from text in Excel

Use a regular expression to keep only the email address from a text comment and write it to a separate column.

Table editor

How to Capitalize the First Letter of a Product Description

Clean product descriptions with mixed casing: convert the text to lowercase, then capitalize only the first letter.

Table editor

How to Convert Excel Product Names to Title Case

Normalize mixed-case product names so every word starts with an uppercase letter.

Table editor

How to Remove Rows Without SKU from a Supplier Price List

Filter out section headers, totals, and technical rows by requiring a non-empty SKU.

Transformations

How to extract the text inside brackets and remove everything else

Example: turn “Furniture > Chairs [chairs]” into “chairs” with a regular expression and value transformation rules.

XML

XML: how to normalize supplier price with spaces and comma

Two replace rules in the XML editor turn 1 200,50 into 1200.50 and exclude zero-price items.

JSON

How to rename JSON keys without changing values

If the receiving system expects different JSON key names, rename result nodes in the template and leave the values unchanged.

JSON to CSV

How to export only active JSON records to CSV

To keep disabled records out of CSV, add an export condition by the active flag and apply it to the whole record.

Format conversion

How to turn a JSON items array into CSV rows

Choose a JSON source and CSV output. Open the Items sheet, move it to the first position, save the template, then run the transformation.

Format conversion

How to flatten nested JSON into CSV columns

Choose a JSON source and CSV output. In the table snapshot, keep the original JSON paths as sources and rename only the final column headers.

Interpreter

How to extract a barcode from text with a regular expression

How to extract EAN or UPC from a supplier value, preserve leading zeroes, remove labels, and check barcode length.

Interpreter

How to extract a SKU and remove extra characters with a regular expression

How to extract a SKU from a supplier value, keep letters and separators, convert it to uppercase, and avoid breaking product codes.

Interpreter

How to extract a phone number from text with a regular expression

A practical example: find a phone number in a text value, choose a regex preset, keep the matched number, and normalize it.

Process data faster with Eofferix

Create a free account and use larger files, saved scenarios and team workflows.

Sign up