Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

922.Replace text in multiple files -- How to replace strings in multiple text files with an increasing id start from 1?

User: editor -- 2012-02-20          << 921  923 >>
Hits: 4723
Type: Replace text in multiple files   
Search all Replace text in multiple files examples
Description:
How to replace numbers or strings in multiple text files with an increasing id start from 1?
Input Sample:
file1.txt 
<p>33.95</p> 
<p>39.95</p> 
... 
file2.txt 
<p>22.95</p> 
<p>59.95</p> 
<p>59.95</p> 
 
...
Output Sample:
file1.txt 
<p>Price1</p> 
<p>Price2</p> 
... 
file2.txt 
<p>Price1</p> 
<p>Price2</p> 
<p>Price3</p> 
 
...
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. open "Tools->Batch Runner" window 
2. drag multiple files from windows file browser to 'batch runner' window 
3. click 'fast replace' button to open 'fast replace' dialogue 
* click 'add' to add new rule 
* set 'search' to: 
 
* set 'replace' to: 
 
* click "ok" 
4. check option of "reg exp" and "cross line" 
5. click "start", done.

Screenshot 1:  Fast_Replace_Window


Similar Examples:
How to replace strings in multiple files with a global  increasing ID? (79%)
How to replace strings in multiple files based on the search/replace mapping file? (69%)
How to remove the last 3 lines of multiple text files all at once? (66%)
How to replace file content in multiple files with corresponding filename? (65%)
How to replace the specified text with increasing HEX strings? (65%)
How to split multiple text files by 100 lines? (64%)
How to refine multiple text files by specified rules? (62%)
How to search/replace multiple text files base on rules from csv file? (62%)

Check Demo of Replace text in multiple files
Keywords:
price  increasing id  increasing  increas  replace strings  strings  cross line  replace string  string  replace numbers  strings with increasing numbers  text replace with increasing numbers  replace text with increasing numbers  text file with increasing numbers  increasing multiple numbers in text file  search and replace with increasing numbers  replace multiple text strings id  add start numbers