Question
1
Replies
690
Views
Posted: May 10, 2017
Last activity: May 11, 2017
Closed
Data Validation while importing data from Excel!
Hi,
Greetings. I am on Pega 7.2.2 and wanted to know whilst importing excel into Pega, is there any Pega OOTB data validations that can be used? Or How the data can be validated if there is no OOTB available.
Appreciate any help on this!
Regards,
Bharat
I can see that the OOTB activity MSOParseExcelFile uses java step to parse the content and the code is written to take care of the validation of the template as well.
This is a final activity, so you cant modify it. But you can create your activity on the same line and try to modify the java to address data validation . Just a thought.