email normalizer

This commit is contained in:
steffenrapp 2024-08-15 14:44:39 +00:00
parent 174046079e
commit 7c5f6e7797
3 changed files with 14 additions and 3 deletions

View file

@ -465,3 +465,8 @@ tools:
xml-to-json:
title: XML zu JSON
description: XML in JSON konvertieren
email-normalizer:
title: E-Mail-Normalisierung
description: >-
Vereinheitlichen von E-Mail-Adressen auf ein Standardformat für einen einfacheren
Vergleich. Nützlich für Deduplizierung und Datenbereinigung.

View file

@ -406,4 +406,9 @@ tools:
xml-to-json:
title: XML to JSON
description: Convert XML to JSON
description: Convert XML to JSON
email-normalizer:
title: Email normalizer
description: Normalize email addresses to a standard format for easier comparison. Useful for deduplication and data cleaning.