Replace Pioneer Home   All Examples   Free Download

 New request --free  RSS: Replace Pioneer Examples

1008.Advanced search and replace -- How to convert csv files into tables with html format?

User: editor -- 2012-09-27          << 1007  1009 >>
Hits: 3438
Type: Advanced search and replace   
Search all Advanced search and replace examples
Description:
How to convert csv files into tables with html format?
Input Sample:
a,b,c,d 
e,f,g,h 
i,j,k,l
Output Sample:
<table border=1> 
<tr>  <td>a<td>  <td>b<td>  <td>c<td>  <td>d<td>  </tr> 
<tr>  <td>e<td>  <td>f<td>  <td>g<td>  <td>h<td>  </tr> 
<tr>  <td>i<td>  <td>j<td>  <td>k<td>  <td>l<td>  </tr> 
</table>
Answer:
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps.
1. ctrl-o open csv file 
2. ctrl-h open 'replace' dialogue 
* set 'replace unit' to 'Line' 
* set 'replace with pattern' to: 
 
* click 'advanced' tab: 
* set 'insert begin text' to: 
 
* set 'insert end text' to: 
 
3. click 'replace', done. 
4. note: for multiple files, click "Batch..." and drag multiple files to "batch runner" window, and click "batch replace", done.

Screenshot 1:  Replace_Window


Screenshot 2:  Replace_Advanced_Window


Similar Examples:
How to convert the data into a table with columns? (63%)
How to convert file among MS word, PDF and TXT format? (62%)
How to convert IP addresses in text file into Hexidecimal format? (62%)
How to insert mulitple text files into multiple html files? (61%)
How to change a binary file into text file with readable hexidecimal format? (61%)
How to convert a text file to specified format? (60%)
How to split each line of csv file into a single file with specified format? (59%)
How to convert Hexidecimal IP addresses in text file into decimal format? (59%)

Check Demo of Advanced search and replace
Keywords:
convert csv  table  html format  insert end text  insert end  csv files  order  insert begin text  insert begin  map  csv into html  convert html files to text files batch  convert multiple text files to html files  insert html  html csv  convert files html files to text  insert text into multiple files  insert text into multiple text files