I am new to data services. We are using V14.1.
We have a source system (it is Sybase but not sure that is relevant) which creates a table for each day so something like
Tablename20140113
Tablename20140114
Our requirement is to process all data since the last run so we might need to access several of these tables.
We have no rights (other than read) on the source system so cannot create any views.
My question is how can we dynamically change the source table name in a data flow ?