I am getting a downloaded file, which is corrupt in xls version. Unfortunately I can’t save it as any version. The file has data in Sceintific format and looses precision(eg 000 are missing from the from the cell)
The Team performs manually by opening a new excel - CTRL+0
Browse select file open click on Yes
Import wizard delimit > next> tab and other option select Pipe (l) > next> select all table as text> finish.
How can I perform this in UiPath?
Note Read range looses precision in this case
Used Read csv and selected Tab as Delimiter, after that saved it to Datatable. From this Precision and format both are preserved. Note this is performed using the latest version CSV activity.
Then used a file that has Text as columns already reserved and performed write range.