Open .txt with notepad++

Hi,
We want to open this file in notepad++ by default and replace " with blank and save it in .csv format.
test.txt (91.7 KB)

Hi,
Please try the below steps:

  1. Read the Text file using the “Read text file” activity.
  2. In Assign Activity, Replace the “~~” to “,”
  3. Use Generate Datatable activity in which pass the output of step 2 as Input and image
  4. Write the Output datatable of Step 3 to a csv file.