Hi
I’m just starting to learn. Help me please. I need to transfer the data from the site table to a text file (format ‘txt’).
The first part was done with “screen scraping”. How to send data to a text file (format ‘txt’)?
hi
There is a ‘Write text file’(for .txt) and ‘Write range’(for excel).
In the first one you can write a String, and in the second one, you can write a whole datatable.
Hi @irbis,
Use write text file activity to write the data into text file.
Reference
https://activities.uipath.com/docs/write-text-file
Regards,
Arivu
When I Use ‘write text file’ activity to write the data into text file, I have next problem: “Compiler error(s) encountered processing expression ‘ExtractDataRable’”
How to solve this problem?
Hi @irbis,
If you are using Extract Structure data activity you will get the output as datatable.then use Output datatable activity to convert the datatable into string.use the string to write the data in text file using write text file activity.
Reference
Regards,
Arivu
Hello Arivu,
I want to get output on a notepad document. I ain’t finding activities related to notepad. Should i download any package or something?
Hello @Anusha_Makam, use the activity Write Text File and provide a FileName ending on .txt, for example ‘output.txt’. You will be able to open the file using Notepad.
Hi @Anusha_Makam,
Use write text file activity to write the data into notepad file.
https://activities.uipath.com/docs/write-text-file
Regards,
Arivu
Thank You Arivu. It helped me.
i write a code of extract multiple images text in folder and the happend is only last image text stored in notepad file but i want all images text using uipath tool please could sugguest any solution