Question
Anthem Inc
US
Last activity: 10 Jun 2019 8:23 EDT
How to Export Excel file into Export Service Export Directory on windows Server
Hello All,
I have a requirement to place a excel file in Service Export path on windows server. I created a section in data-portal class and added Choose file button with file path control. On click of upload button I'm invoking OOTB activity MSOParseExcelFile activity to parse the Excel uploaded from local. The OOTB activity is looking for the file on the Server side in Service Export Folder. I tried to use OOTB activity pyUploadFile which takes file name as parameter. I gave file name as XYZ but the activity is failing with error saying cannot find file with name" file://web:/StaticContent/.......xyz.xlsm" Is there any way to place the folder on server side ?
Thanks in Advance