I have a csv file with following details and request for my postman call is formed from this request…
Name,Age, DOB, period1,salaryPeriod1,Period2,SalaryPeriod2,Period3,SalaryPeriod3 etc
Here Period and Salary for the period is dynamic and different customers can have different number of periods.i.e (Period1 and SalaryPeriod is part of a list which can have any number of entries depending on customer)
So the number of entries for Period and SalaryPeriod how can I define dynamically ? As of now
if I wanted to test for different customer each time I need to update the CSV file with that particular customers period details…How can I dynamically update this period details in the CSV file ?
i.e. I am trying to add a dynamic list (which can have 1 to N occurances) into postman request
As of now i need to update CSV file for different customers as number of occurance for each customer is different