Process header and values using process method as file at a time
Dear All,
I want to parse a csv file headers and values as below using file at a time method. If I select file at a time then I am not able to use ParseCSVHeader and ParseCSVDetails at the same time in the service file (getting error saying that we can't use 2 parse rules).
Even tried to parse them in parse delimiter rule but no luck and I want to capture pyID and pyDate into a page list property and send it as a request param's to one of the API call.
CSV file format in notepad
pyName, pyAge, pyDesignation, pyID, pyDate
Ram, 27,Engineer,123456789,12/12/2022
Krishna,34,Doctor,987654321,09/01/2021
Hari,17,Student,567894321,01/01/2023
***Edited by Moderator Marije to change type from Pega Academy to Product***