Remove currency symbols (€), thousand separators, whitespace. Convert to integer.
Extract numeric value in months only. Clean "60 maanden", "5 jaar", etc.
Remove "km" or commas. Parse "10.000 km/jr" → 10000
Title case. Remove excess whitespace or special characters
Map "EV", "Electrisch", "Electric" → "Electric" (via dictionary)
Normalize to "Automatic" or "Manual" only
Map variants like “SUV”, “Crossover SUV” → "SUV"
Standardize to "New" or "Used"
Parse numbers if possible (e.g., "82 kWh battery")