Discussion
Australia and New Zealand Banking Group Ltd
IN
Last activity: 1 Nov 2015 11:48 EST
Error on excel parsing
i used binary file to upload my template , below is the template that i uploaded.
{pyWorkPage.InviteeList().InviteeFirstName input} | {pyWorkPage.InviteeList().InviteeLName input} | |
i used MSOParseExcelFile OOTB acitivity to parse the data ..
Parameters i passed are FSFileName=pxRequestor.pyFileUpload
TemplateRFB="excel!InviteeList!xlsx" {excel is Directory name and InviteeList is the BF instance name and xlsx is the format}
bDeleteFile=true
and if i upload the excel data im getting "** The uploaded file template could not be recognized. Please upload a valid file. Refer to template InviteeList for details."
Please let us know why this happens? the same is happening if i replace FSFileName with pxRequestor.pyFileUpload values.Im stuck .Please help.
The same code i have in 7.1.8 is working and not working in 7.1.6