Hello all.
I am trying to read two csv files and output a 3rd csv file with fields from fileA and fileB. Both files have a common key (ad username).
I am reading FileA through data iterator node storing the key field and I have a 2nd data iterator node to read the 2nd file to find the records based on the key filed. I am running into a problem when next record is read... data iterator for 2nd file does not start from the beginning instead it reads the following records from the previous loop. I have tried to set the next position to 0 and recordnumber to 0 with no success. I am trying to avoid using an array. Any help or idea would be appreciated.
Thanks