How to replace variable in file looping another's file values
Hi,
I have an xml file where I have 2 variables set in the nodes (address and name). I get the name variable from a csv file that contains 500 rows. The goal is to obtain 500 xml in output, each one with a different name value:
Then, the address file contains only 4 rows. I want to take in input the processed file (tFileOutputRaw_1) and change the address variable with a value from the new csv file, that contains only 4 lines, so I will have to find a method to do this, but at the moment, I didn't find a solution.
Could you assist me with this? The goal is to produce 500 xmls.