Had a browse around on the internet for this but nothing clear popped up so asking the group.
I have a SQL Server (non spatial) reader and I need to be able to specify the table name in the database to read at runtime.
I've tried setting the Feature Types to Read parameter within the SS reader but all I get is that error message stating "some features were read that did not match reader feature type" - I cannot seem to parameterize the Feature Type Name. I know you can do this but I'm hitting my head against a brick wall on this. I've got potentially hundres of tables to download so I need this to work so I can let it run overnight in batch mode.
I've got the writer part parameterized nicely but the read keeps defaulting to the table selection I made when I added the reader and throws that error (mentioned above) when I try to parameterize it
Any ideas what I'm missing? I know it's simple but just can't work it out.