Recently I got a requirement to looping through data in csv file and use that data to be replaced in the report text and save the report as pdf with data from csv file.
Example :
Name , Bonus
Joe,2000
Jane,1000
Then name and bonus values should be replaced in report text and while saving it as pdf I need them to be saved as Bonus_Joe.pdf and Bonus_Jane.pdf separately.
I'm trying but no luck . Can anyone help me with this?
Thanks in advance.