Question
2
Replies
385
Views
Vodafone
Posted: March 18, 2018
Last activity: March 19, 2018
Closed
PEGA - Robotics - Load configuration File
Is there a way to load configuration file (xml/csv/xlsx) in PEGA robotics solution into lookup table ?
Create lookuptable structure same as your input file. Loop input file and use lookuptable addrecord method.
For excel you can use export data and lookuptable replacetable method.