Merge text file

Hi
Is there any way to merge 3 text file in one file?

With AssistEdge Enterprise 19.1 - Automation Studio - Invoke PowerShell script and create a snippet to merge multiple text files.

PowerShell Script - Get-Content FILE_1.text, FILE_2.text, FILE_3.text | Set-Content COMBINED_FILE.text

Hi @bhuvan

If you are looking for activity to merge three files, then you can use File Merger, it supports merging of similar type files.

Kindly refer knowledge base to know more details - File Merger

Hi,

File merger supports pdf , excel and word file. For txt files we can use powershell or python script activity.

You can get pyhton script to merge file from this link:

Regards,
Amit