We create a lot of console apps, ssis packages to extract data from our database to be used in downstream applications. Some are excel files, some are CSV files.
What i'm looking to do is build a dynamic, configurable extract engine that I can customize what elements the group wants and have those files extracted.
Has anyone solved this before?