How to open Notepad++ and Paste the value from the csv File

Hi Team,

I have one query i need to copy the values from the csv. File and paste into the Notepad++ is there any option without using hot key to do this action on uipath

  1. read text file on csv path to csvText
    image

  2. open notepad++

  3. set csvText to clipboard
    image

  4. click paste button in notepad++ (as to avoid hotkey)
    image

@Buvaneshwaran_R

When working with CSV data in general we do have alternate options and can avoid editor automations. It is just depending on your case.

When a particular file should be open in notepad++ we can achieve it by following:

grafik
with options
grafik

Arguments is the fullFilepath to the file
FileName is the fullfulepath to the notepad++ exe