I am using a data iterator node to read in a file that lists Cost Centers and the related Org Unit abbreviation (something not in Infor, but our IT dept uses it). This file is parsed by line. For each employee in the list it runs through this file until it finds the matching cost center. When it runs through the data iterator for the second, third, etc. employee, it starts reading the file at whatever line it left off with the previous employee. Instead of starting at line one again. So for some employees it never finds the correct line because it was line 195, but for this iteration it started at line 282.
Any thoughts or suggestions on this issue? Is this the way it should work? I've used data iterator before and never really had a problem.
Thanks,
Jessica