1
Answer

Open and edit html files

H Collins

H Collins

7y
198
1
I have over 400 HTML files in a directory on a drive that I need to open, find a few different custom tags formatted for a previous email service and replace the tag with the format for the new service and then save the changes.
The tags are place holders for data and I need to find something like this  |%firstname%| and replace it with something like this [%first_name%]
 
I know how to iterate through all the files in the directory.
I was a developer but it's been10 years at least, however, I did write in vb.net and some c#(Today it's almost all T_SQL for me at work) 
But I'm not sure of the project type that would be best 
 
I have tried a few things but honestly, don't have any code that worth including at this point
 
All and any help will be sincerely appreciated 
Answers (1)
0
Govinda Rajulu Yemineni

Govinda Rajulu Yemineni

NA 1.5k 233.1k 9y
Hi Amit,
 
please refer the following URL
 
http://forums.asp.net/t/1787686.aspx?How+to+post+a+xml+value+to+web+api+ 
0
Amit Joshi

Amit Joshi

NA 100 11k 9y
Any reference links?