Existing Filenames Sanitizer
This module provides a Drush command to clean up existing filenames in your Drupal site, making them consistent and safe. It's particularly helpful for files uploaded before Drupal's built-in filename sanitization was active, allowing you to apply sanitization rules to your legacy files. The tool offers a dry-run option for previewing changes and handles potential conflicts and errors gracefully.
This module provides a Drush command to sanitize existing filenames in your Drupal site. It's especially useful if you enable Drupal core’s filename sanitization but have legacy files uploaded before that setting was active.
Features include:
- Bulk sanitization of permanent file entities
- Dry-run mode for safe previews
- Configurable sanitization options (e.g., transliteration, lowercase, whitespace handling)
- Conflict detection to avoid overwriting
- Graceful handling of temporary or missing files
- Progress tracking and detailed logging
Ideal for maintaining consistent, safe filenames across your file system, especially in multilingual or legacy environments.
Requirements:
- Drupal 10 or 11
- Drush 10+
- File module enabled