we are fetching 1 report from SAP in xxl format later we try to convert it in CSV UTF-8 (Comma delimited) format
when we are manually doing the steps file is saving in csv but when doing through automation then on click of save it is saving in xlsx format only
@preeti.jain
Instead of these save as popups steps, just use Write CSV activity like this:
Output file:
Hi @ashokkarale which studio version you are using also which package for excel and its version ?
@preeti.jain
Studio version 2025.0.167 STS
UiPath.Excel.Activities": "[3.3.1]
SorenB
(Søren Schytz Birk)
5
Hi @preeti.jain
If you want to keep your existing approach try adding quotation marks around the file name.
And perhaps adding the file extension aswell.
C:\temp\Demo4
to
"C:\temp\Demo4.csv"
Regards
Soren