Migrate Map Viewer
This module provides a user interface to view and filter data from your Drupal migrations, making it easier to find source and destination IDs, especially on remote servers. It automatically loads tables prefixed with "migrate_map_" and allows filtering by table name and specific column values.
Migrate Map Viewer allows you to visualize and filter the data of the tables generated by Migrate module (that starts with migrate_map). In local, it's easy to access this data, but not necessarily on external servers where your code is deployed, that's when this module becomes handy, so you can easily find source and destination ids.
Features
The module loads all tables that start with "migrate_map_". You can filter by table name and by specific values in any of the columns.
Post-Installation
Install as you'd normally do with other modules and go to /admin/config/development/migrate_map_viewer.
Additional Requirements
Nothing, just have a migration already started or finished and the tables created in database.
Recommended modules/libraries
Not so far.
Similar projects
I couldn't find any.
Supporting this Module
This module is sponsored by Ayesa Digital.
Community Documentation
None at the moment, just the readme file in the module.