| User: editor -- 2010-06-06 << 526 528 >> |
| Hits: 1919 |
| Type: Text file splitter |
| Search all Text file splitter examples |
| Description: |
| How to create multiple vcf(vcard files) files from a name-telephone list? I have a phonebook file with text format of "name telephone" in each line, how to generate one vcf file for each line of telephone number, so that I can update my mobile phone with all the vcf files? |
| Input Sample: |
| name1 0123456789 name2 0123443210 name3 9876543210 ... |
| Output Sample: |
| Generate following files from the list: FILENAME:d:\vcards\name1.vcf ============================= BEGIN:VCARD VERSION:2.1 N:;name1 FN:name1 TEL;WORK;VOICE:0123456789 REV:20100606T103709Z END:VCARD FILENAME:d:\vcards\name2.vcf ============================= BEGIN:VCARD VERSION:2.1 N:;name2 FN:name2 TEL;WORK;VOICE:0123443210 REV:20100606T103709Z END:VCARD FILENAME:d:\vcards\name3.vcf ============================= .... |
| Answer: |
| Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
| 1. ctrl-o open the phonebook text file 2. ctrl-h open 'Replace' dialog * set "replace unit" to "line" * in "replace with pattern", enter: * click "Settings" page to set file splitting rules: set "Para start" to "Other", and fill following in the following entry: * set the "Output File" to at the right bottom of the window. * set the write mode of ">" to "<< Split by Paragraph" at the left of the "Output File" 3. click "Replace", you will got all vcf files. |
| Download Script: scripts/527.rst.zip |
Screenshot 1: Replace_Window |
Screenshot 2: Replace_Settings_Window |
Similar Examples: |
| How to replace multiple text in multiple files with variable strings? (58%) How to convert multiple text files to html files with self-defined format? (54%) How can I search and replace multiple strings in multiple files all at once? (53%) How to rename mutiple files with the 3rd and 4th line in file content? (53%) How to remove the last 3 lines of multiple text files all at once? (53%) How to replace adjacent multiple spaces in a text files into one tab? (53%) How to batch rename files by a filename mapping list? (52%) How to count the number of lines and characters in multiple files and make a list? (51%) |
Check Demo of Text file splitter |
| Keywords: |
| how to create multiple vcf create multiple vcf multiple vcf vcard file telephone vcard vcf vcf file phone number phone create vcf vcf splitter vcf file splitter how to create vcf file from text file how to create vcf create vcf files from list how create vcf multiple text format vcf |