madarapuv Posted May 3, 2010 Share Posted May 3, 2010 Hi,I have a file that contains fields in a single row e.gA;1;2;3;4;5I would like to write out these fields as seperate rows in a new file e.gA;1A;2A;3A;4A;5How do I go about it?I would appreciate any help.ThanksVenkat. Link to comment Share on other sites More sharing options...
stasp Posted May 4, 2010 Share Posted May 4, 2010 Hi Venkat, Basically you can split input row into separate outputs with a tMap component and then merge them with a tUnite component the way you need.You can find more info about how to use these components in the Components guide, which you can find in the Docs section Cheers,Stas Link to comment Share on other sites More sharing options...
madarapuv Posted May 4, 2010 Author Share Posted May 4, 2010 Thansk Stas. Can you please give me one example how to use tUnite. I'm not able to get how to use tUnite(I gone through the components doc also) Thanks,Venkat. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now