Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I m using a tFileList to get all the files from a folder.Now it gets iterated based on the number of files. I want to get the Iteration number for each iteration at the end of each iteration. How can we do it?
use "(Integer)globalMap.get(tFileList_x_N_FILE)"
Use something like a tSetGlobalVar component before the tFileList, set that a value to 0. Then the first component on the iterate flow is another tSetGlobalVar to increment this global variable by 1 every iteration.
Thanks
David