Hello,
I need to export several (30) tables/views to Excel workbooks.
Using the foreach loop container I can iterate over the tables or over the workbooks.
The probleem is that the structure of each table is different.
How can I make the "mapping" of columns dynamically ?
Oh and if the data is varchar it must be converted to nvarchar. Any suggestions ?
Constantijn