Hi Fnds…im new to UIPATH
i have a doubt in extracting the data in Notepad…
if im having n number of lines in Notepad and want to extract the data whoch is both data is dynamic and static…
for example 12:55:00(time is dynamic) and beside data is static…
how read the above data which dynamic and staic…
Use the Read Text File activity (mentioned by @KarthikByggari ) and get the data onto a string variable. Using this variable you can use the split function without a problem.
thanks for your comment…
i don’t know how to use string split functionality…can you help me with sample code…for Notepad activity.
if possible snapshot…