Hi,
I am having a notepad file which is structured differently i want to write the same data in the same format into the microsoft word using uipath.
Welcome to forums
You can use Read Text activity for reading the text file, also there are word activites available to write to microsoft Word, You can check in packages
Thanks
Hi,
I have tried this method but it is not writting in the same format.
Hi @kalpanag
Use the “Send Hotkey” Activity “Ctrl+A” for Copying the whole data from notepad and “Ctrl+V” to Paste the same data to MS Word.
Hope this may help to solve your issue
Mark as solution if this helps you and like it
Happy Automation
Best Regards
Er Pratik Wavhal
Hi,
I have tried this as well but the structure is different, for this kind of structure this didn’t worked, the structure is similar to bank account passbook, i need to split each row data,how to do it.