Task
A table has a product name, and the site needs a slug column: Latin text, hyphens instead of spaces, and no extra symbols.
Short answer
Create slug from name and apply the Transliteration transformation.
How to Do It in Eofferix
- Create the
slugcolumn fromnameand open theslugsettings.
The animation shows the settings icon under the slug column. - In Transformations, add Transliteration.

For a basic URL slug, separate regex rules are not needed: Transliteration prepares the value from the product name. - Save the settings and export the result.
Before / After
Before
source data| name |
|---|
| Office Chair Black |
After
result| name | slug |
|---|---|
| Office Chair Black | office-chair-black |