I went through the link along with the related blogs.
How can we make pivot transformation dynamic as in if we consider the example specified by Ashwini, we have to have a list of all possible products and have to create those many output columns manually while configuring the task. Is there any way to make it dynamic?
Also, on the other lines, I have a scenario where I am reading data from CSV files and want to validate it before putting into SQL tables. Using SSIS how can I validate the data types of data? I know I can implement it by using a script component. However, I couldn't find any way to implement it using other transformations in SSIS.
Regards,
Gayatri.