How to parse data from an excel file attached to a work object in Pega 7.4
I have a requirement using Pega 7.4 to parse data from an excel attachment,which is attached to a work object and map the data to clipboard property values, which is then displayed in a section
The first thing, i would like to do is to get the location of the file attachment, so i tried searching the for the property used to store the File Path ,unfortunately could not find the pxRequestor.pyFileUpload in version 7.4.
The activity MSOParseExcelFile is also not there in Pega 7.4, which would have been of great help.
Has anyone tried and succeeded to parse csv data in 7.4?
your suggestions are highly appreciated!