-
The Gedcom specification version 5.5.5 page 54 says the following regarding enumerations:
> All controlled line_value choices (enumerated values) are case-insensitive. The values "Feb", "FEB" and "fe…
-
### Details
_No response_
-
> 1 EVEN Bedfordshire Regiment
> 4259
> WO97 / 2909 / 98
> 2 TYPE Military Service
> 2 DATE 3 NOV 1892
Where an EVEN has newlines in it (As exported from MyHeritage.com), this causes a parsing error:…
-
**Is your feature request related to a problem? Please describe.**
I'm SO HAPPY to have found gedcom.parser! I'm making a family tree in Django with the idea of having a gedcom file be the source of …
-
@swanny0819 ,
I have installed the module I think:
```
$ pip list | grep gedcom
python-gedcom-2 1.7.0
```
and I am trying to run this:
https://github.com/blokhin/genealogical…
-
Currently only a file or an input stream is accepted in the GedcomParser.load() method. If no GEDCOM file is available but only its content as String representation, then one cannot use the load() met…
-
Hi,
I found the Adapters but cannot find out how to use them.
- Are they only for writing GEDCOMs oder for reading, too?
- How does the parser know which dialect it reads?
- How does the parse…
JPT77 updated
6 years ago
-
Currently the Parser parse_file function accepts only a file path
`parse_file(self, file_path, strict=True) `
but it would be interesting to be able to pass data directly, to be compatible with a cl…
-
**Is your feature request related to a problem? Please describe.**
Now that Tamura Jones and I are trying to improve the Duplicate Search, the contrast between that and the GEDCOM import is getting q…
-
A casual genealogist may only be interested in people, families, and basic events (birth, death, marriage). Consider a "simple" parsing mode where other records, and other data, are simply ignored by …