Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

infused/ged2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ged2csv

The purpose of this gem is to replicate the delimited file output of the v2.7.0.0 of the original ged2csv delphi windows program. Given the same input and set of options, this gem should output identical files to those of v2.7.0.0.

Output

When fed a gedcom file, the gem should emits 7 delimited text files. The filenames are customizable, but the default filenames are:

* citation_list.txt
* fact_list.txt
* family_list.txt
* individual_list.txt
* note_list.txt
* relationship_list.txt
* source_list.txt

Output options

* Remove notes from quotes and sources <boolean> (verify implementation)
* Paragraph separator default:<br>
* Wrap note lines. if populated re-wraps lines to the desired length
* output directory
* output filenames should be configurable
* record delimiter default:,
* quote character default:"

Implementation Details

* Only the first NAME record for each individual is output. Subsequent NAME tags are ignored
* ALIAses are not supported

Copyright © 2009 Keith Morrison. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published