Hi Phani
You have a number of options
- You keep the transforms separate, and generate each one as an .exe (ensure you give each executable a different name), then call them from a batch file.
- You could cut and paste all the components in each transform into a single file, all the output writer components (xml writer, csv writer etc) in the combined transform will be executed (If the output writer components have no dependencies then they are executed in the order they were added to the transform).
In either I would create a project, and add all the transforms and data files to it, this will make things easier to keep track of and also allow you to create sub-functions for any common code.
Regards
Liquid Support