Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to Limit no of rows per sheet in output excel 2007 file.
eg: I want to write 100k rows in each excel sheet.
How should I achieve this in excel 2007?
you can try using sequence generator in tMap. create a new variable in transformation tab (middle portion) and assign a value auto increment it +1 and then use the same as filter (eg. count < 100001) in output tab (last portion).
In short segregate records in multiple outputs based on count.
Thank you Ajinkya, I will try your solution.