CSV file parsing and storing to pagelist
Hi All,
We have a requrement to read a csv file using service-file rule. With in the service file, how to copy all the contents of csv file to a pagelist.
For example if the csv file contains below data..
Name Age
ABC 12
XYZ 21
Pagelist should be populated like below.
PageList(1).Name = ABC
PageList(1).Age = 12
PageList(2).Name = XYZ
PageList(2).Age = 21
Thanks
Praveen Mohan