How to put extracted data from OCR to Notepad

I have extracted the data from image and now i want to put the extracted data into notepad
Please let me know which activity and what logic is should use to do it.

@office_work,

Use “WriteTextFile” activity.

Read here about the activity - https://docs.uipath.com/activities/other/latest/workflow/write-text-file

Hi @office_work

You can use the write text file activity which write the text data into the notepad file.
image

Hope it helps!!

Here it is asking not to use the absolute path use relative path
How can i get the relative path

@office_work

take an assign activity

strfilepath=“pass your file path”

pass that variable in the filename

cheers

1 Like

relative path is recommended to use in the write text file activity.

Absolute path means while path like this “C:\Users\RPA\Downloads\Notepad.txt”
Relative path means while path like this “Notepad.txt”

Hope it helps!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.