To date, I have only created simple class-room exercise type export packages.
Here's a simplified version of the situation. The developers on a project have a seven-column SQL Server global temporary table from which they wish to export five-field flat files. Four of the columns are common to all files. The column to be added as the fifth field is to be determined by the value of a variable. The field name for that field is also dependent upon the variable value.
Also, they wish to restrict the size of the flat files to no more than 500 rows each, so each export must be able to create multiple flat files per variable value.
Can this be accomplished using data flow transformations?
Any suggestions as to how I might begin would be greatly appreciated.
Here's a simplified version of the situation. The developers on a project have a seven-column SQL Server global temporary table from which they wish to export five-field flat files. Four of the columns are common to all files. The column to be added as the fifth field is to be determined by the value of a variable. The field name for that field is also dependent upon the variable value.
Also, they wish to restrict the size of the flat files to no more than 500 rows each, so each export must be able to create multiple flat files per variable value.
Can this be accomplished using data flow transformations?
Any suggestions as to how I might begin would be greatly appreciated.