I would like to select only tables with certain strings in their table names when running a FeatureReader. So something akin to:
WHERE TABLE_NAME LIKE '%searchstring%'
Is this doable? And if so, how?
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.