PAF (Personal Ancestral File)
From Just Solve the File Format Problem
(Difference between revisions)
(PRONOM) |
|||
(5 intermediate revisions by one user not shown) | |||
Line 1: | Line 1: | ||
{{FormatInfo | {{FormatInfo | ||
|subcat=Genealogical data | |subcat=Genealogical data | ||
− | |extensions={{ext|paf}} | + | |extensions={{ext|paf}}, {{ext|dat}} |
|pronom={{PRONOM|fmt/854}}, {{PRONOM|fmt/855}}, {{PRONOM|fmt/856}} | |pronom={{PRONOM|fmt/854}}, {{PRONOM|fmt/855}}, {{PRONOM|fmt/856}} | ||
+ | |wikidata={{wikidata|Q29167884}} | ||
|released=1983 | |released=1983 | ||
}} | }} | ||
Personal Ancestral File (PAF) was free genealogy software provided by FamilySearch, a website operated by The Church of Jesus Christ of Latter-day Saints. | Personal Ancestral File (PAF) was free genealogy software provided by FamilySearch, a website operated by The Church of Jesus Christ of Latter-day Saints. | ||
+ | |||
+ | ==File Identification== | ||
+ | |||
+ | PAF software up to v2 used individual .DAT file to store genealogical data. File names included, INDIV2.dat, MARR2.dat, NAME2.dat, NOTES2.dat, REPTITL2.dat, etc. | ||
+ | |||
+ | PAF software versions 3-5 used a single .PAF file to store data. The head for PAF files take up the first 14 bytes. Version 5 header starts with ascii <code>500 500 PAF</code> | ||
+ | |||
+ | The first set of numbers indicates the last version of PAF to write to the file and the second set is oldest version of PAF that can read the file. | ||
==File Format== | ==File Format== | ||
*[https://github.com/jrasm91/opg/blob/master/opg-old/src/edu/byu/cs/roots/opg/io/PAF5Parser.java OPG's PAF5Parser.java] | *[https://github.com/jrasm91/opg/blob/master/opg-old/src/edu/byu/cs/roots/opg/io/PAF5Parser.java OPG's PAF5Parser.java] | ||
+ | |||
+ | ==Software== | ||
+ | * [https://archive.org/details/PAF5EnglishSetup PAF 5 Software] | ||
+ | |||
+ | ==TimeLine== | ||
+ | [[Image:PAF-Timeline.png]] | ||
==References== | ==References== | ||
*[[Wikipedia:Personal Ancestral File|Personal Ancestral File]] - Wikipedia | *[[Wikipedia:Personal Ancestral File|Personal Ancestral File]] - Wikipedia | ||
+ | * [https://www.ancquest.com/index.htm Ancestral Quest can be used to import all PAF files] |
Latest revision as of 15:43, 2 January 2020
Personal Ancestral File (PAF) was free genealogy software provided by FamilySearch, a website operated by The Church of Jesus Christ of Latter-day Saints.
Contents |
[edit] File Identification
PAF software up to v2 used individual .DAT file to store genealogical data. File names included, INDIV2.dat, MARR2.dat, NAME2.dat, NOTES2.dat, REPTITL2.dat, etc.
PAF software versions 3-5 used a single .PAF file to store data. The head for PAF files take up the first 14 bytes. Version 5 header starts with ascii 500 500 PAF
The first set of numbers indicates the last version of PAF to write to the file and the second set is oldest version of PAF that can read the file.