How to concatinate 2 notepad outputs

Hi All,

I am getting out put t from mainframe application and i am writing in notepad i am getting multiple pages i need to concatenate in one notepad file.Please some one help.FirstPage.txt (1.9 KB) SecondPage.txt (1.9 KB)

Regards,
Hima

@thima,

How you need the data?
Is it like after the Firstpage data the you needgat the second page and so on?

if yes,

  1. Store firstpage data in variable-vb1
  2. Store second page data in variable - vb2 and so on
  3. Use assign activity-> var=var1+environment.newline+var2

Regards,
M

1 Like

@MuralidharVankamaddi I need first page data concatenate with second page.

For Example:
Input1: Busi
Aca
UIpath
Input2: ness
demy
Forum
Output : Business
Academy
UIpathAcademy

@thima We would need to know more details about the format of the Input files, is it always in the Same Format, Like the First Word in First Input Will have it’s matching pair with the First Word in the Second Input File?

@supermanPunch yes the input files will be same,Like the first line of the first input file is continued with the first line of second Input file and same pattern continues for all the lines.

Hi @thima ,

Hope it will help you. ConcatinateTwoNotepadOutputs.zip (23.0 KB)

Cheers!

2 Likes

Thanks @harshit_singh its working.

1 Like

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