I am trying to find a solution through an IPA to parse W2 csv file with 10,000 recs based on Process Level and Employee number as an input from a primary CSV file using data iterator. I am using two data iterator nodes, one for input and second one to parse and search the W2 record. My issue currently is that when the first record is found, second data iterator node does not resets to first record to start the search over for next record to be searched. Is there any way to reset the data iterator. Any recommendations besides creating a temp SQL table to accomplish this. Does any one have a flow that shows how to use an array feature in IPD. I think if I load the whole file in an array I can avoid reading the file sequentially.