How to copy the first and last line of text file and paste it in first and last line of another text file

Hi Team,

How to copy the first and last line of text file(.txt) and paste it in first and last line of another text file(.txt).

Regards,
Rajesh

Hi @RajeshT,
It’s all about string manipulation. Please search in the forum as there are many topics about it. You can do it using substring, trim, regex and more.
https://forum.uipath.com/search?q=string%20manipulation
https://forum.uipath.com/search?q=string%20regex

1 Like

Hi Rajesh,

I think I have shared the workflow as answer for this here,

2 Likes

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