I need a way of detecting if a data source (mdb file) contains a column or not. I have a data source being downloaded every 5 minutes and sometimes it will contain a column called FlareT and sometimes it will not.
If the source contains the column FlareT I execute one task else I execute a different task.
I think this can only be done using a script component?