teblack
Programmer
- Apr 30, 2004
- 45
I have a SSIS package that reads in a file. There is a conditional split near the bottom of the package. For each record there is a determination about what code to store that record under. i.e. "C" - Current, "F" - Former, "N" - Never. Currently the cond split will load the record into one and only one type. But, is there a way to allow one record to be loaded with multiple types. One record could have all three types or just one. I have read about using concat on the conditional splits, but have been unable to find any examples.
Thanks in advance for any help with this..
TBlack -
Thanks in advance for any help with this..
TBlack -