Currently pxParseExcelFile activity does not parse .xls file type. Below are the steps to achieve this requirement.
- Go to Pega Market place and search for ADK File parsing. Download and import into your application stack.
- Set the below local variables in the parsing activity.
Local.FileReference = pxRequestor.pyFileUpload
Local.NewFileReference = @String.whatComesBeforeFirst(Local.FileReference,‘.’)+“.xlsx”
-
Use the function - @ConvertXLSToXLSX(Local.FileReference,Local.NewFileReference)
-
Create an .xlsx file type template only while using the pxParseExcelFile activity.