Skip to content

Ruby code that takes a "vcf" / *.vcf file(s) and takes out the name and fields such as name,skype,telephone number etc. It then writes the info into a text file grouping each entry and its associated details.

Notifications You must be signed in to change notification settings

2kodes/vcf_file_processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

vcf_file_processor

Ruby code that takes a "vcf" / *.vcf file(s) and fields such as name,skype,telephone number etc for each entry. It then writes the info into a text file grouping each entry and its associated details.

#Usage

 ruby vcf_file_processor name-of-directory-to-process output-directory

#output-directory is optional. if not specified, program will use current directory

About

Ruby code that takes a "vcf" / *.vcf file(s) and takes out the name and fields such as name,skype,telephone number etc. It then writes the info into a text file grouping each entry and its associated details.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages