Write Datas particular location in text File

Hi,

I need a write data in text file its a master file of text file in that i need to write specified text in to specific locations

for example i have extract some data and kept in the stored variable that value i need to wrote into specific location on the text file

stored data:

ABC
1234
xyz@abc.com
india
10-sep-2019

master template text file
Name
contact no
mail id
place
date

output needed like this below:

Name ABC
contact no 1234
mail id xyz@abc.com
place india
date10-sep-2019

after that i need to save this file into XML format

Thanks in advance.

Hi,

Check this xaml, May I know from where you getting the input values and its data type.
UpdateTextFile.xaml (6.8 KB)

In this file I have read a Textfile and return into a different textfile. if you want in the same file then you have to clear the data in that file or delete the file and create new one with the same name.

@sarathi125 I need to update text file using variables and some times input datas we are scraping from some where and written in the text file its the actual task after Name gsjhgdjasfd some datas also thr thats also constant i need to enter their those input variables