Hi @Praveen Singh,i got other solution for your case.
1. The results from ListDatabaseTables processor will have individual flowfiles with db.table.name, db.table.fullname attributes associated with each flow file.
2. You can take advantage of either of those attributes in RouteonAttribute processor by using the property as follows...
${db.table.name:in("tablename1","tablename2",.....,"tablename10")}
and mention the list of required table names in the expression to filter out the required table names from the results of ListDatabaseTables processor.
Flow screenshot:-
RouteonAttribute configs:-