I get a file from one of our applications that I cannot read. I need to get the value “Factuur nr” and "Bedrag"from row 8. In this example there is only one row, in the real world there are about 300.000.
I have tried everthing I know but I cannot get uipath to make seperate collumns of the file. Can someone help me?
The rows 1 -4 and 6 - 7 are rubish an can be deleted.
I cannot upload the CSV so I have put the xlsx file in. Normaly it is saved as a CSVVOORBEELD - Copy (2).xlsx (9.8 KB)
It does not work. The problem is that it is a CSV file but I cannot upload that here. When i replace the read range by read csv it does not make separate columns VOORBEELD.txt (1.4 KB)
I have solved the problem: I run a powershell script, which saves the CSV as XLSX. In the XSLX the collumns line out correctly so I can read the range.