Question
1
Replies
33
Views
Infosys
Posted: March 2, 2020
Last activity: March 2, 2020
Closed
Write data from excel sheet in email save it to a Pega Data table
Hi,
We have a requirement to write data from an excel sheet with a number columns that will be received as an email into a database table in Pega
Kindly tell me the steps to achieve this requirement
if you have CSV file you can refer to this https://community.pega.com/knowledgebase/articles/how-parse-comma-separated-value-csv-files
Pega platform also has OOTB activity:@baseclass.MSOParseExcelFile which can be useful.