Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: DM表路由时能统一把原表加个前缀?

[TiDB Usage Environment] Testing
[TiDB Version] 6.1.5
Is there any way in DM to batch route all tables from the source table (individually routing each table is not a problem, but there are many tables, so I want a unified method) and add a prefix to the target table?
For example: all source tables start with tb_, and after reaching the target table, the table names should start with shop_tb_.
The main issue is that I need to merge several databases into one, but each database has many tables with the same names, so I want to add a prefix to each database’s tables to distinguish them.