Hello,
I am new to uipath.
I want to read data from text file and writing into excel.
I want to fetch every 7 string and write as 1 row in excel.and it iterating through the all the data from text file and write in text file.
Text.txt (188 Bytes) Data.xlsx (9.5 KB)
The Actual Text in 3 lines are default ?
200 lines of data in the text file.
Text.txt (188 Bytes) Text to Excel.xaml (10.8 KB)
Try this
3 Likes
Add data row is showing error.
Can you share Screenshot
Can you check Once by printing the Data in Write line for Each Add data row.
Yes it’s printing values but writing date only. after getting error index was outside of the array.
Can you Try with one if Condition before Add data row .
if(count+7 <arr.length)
It’s not printing any data in write line
2 Likes
Thank You It’s working.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.