gedcom.json 1.0.0 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -2
- package/dist/ToJSON/console.js +5 -0
- package/dist/ToJSON/console.js.map +1 -1
- package/dist/ToJSON/models/Parsing.js +3 -3
- package/dist/ToJSON/models/Parsing.js.map +1 -1
- package/dist/ToJSON/models/ParsingOptions.js +6 -0
- package/dist/ToJSON/models/ParsingOptions.js.map +1 -1
- package/dist/ToJSON/parsing/parsing.js +31 -4
- package/dist/ToJSON/parsing/parsing.js.map +1 -1
- package/dist/ToJSON/parsing/processLine.js +1 -1
- package/dist/ToJSON/parsing/processLine.js.map +1 -1
- package/package.json +7 -5
- package/src/ToJSON/console.ts +6 -0
- package/src/ToJSON/models/Parsing.ts +3 -3
- package/src/ToJSON/models/ParsingOptions.ts +9 -0
- package/src/ToJSON/parsing/parsing.ts +55 -6
- package/src/ToJSON/parsing/processLine.ts +1 -1
- package/test.json +92928 -0
- package/options/vft.yaml +0 -102
- package/vft.json +0 -1323
package/options/vft.yaml
DELETED
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
Definition:
|
|
2
|
-
- Tag: INDI
|
|
3
|
-
CollectAs: Persons
|
|
4
|
-
Property: Identifier
|
|
5
|
-
Properties:
|
|
6
|
-
- Tag: NAME
|
|
7
|
-
Property: Name # kann mehrfach vorkommen
|
|
8
|
-
Properties:
|
|
9
|
-
- Tag: GIVN
|
|
10
|
-
Property: FirstNames
|
|
11
|
-
- Tag: SURN
|
|
12
|
-
Property: LastName
|
|
13
|
-
- Tag: TYPE # Typ des Names -> aka, birth, immigrant, maiden, married
|
|
14
|
-
Property: Type
|
|
15
|
-
- Tag: BIRT # Geburt
|
|
16
|
-
Properties:
|
|
17
|
-
- Tag: DATE
|
|
18
|
-
Property: Birthdate
|
|
19
|
-
Type: Date
|
|
20
|
-
- Tag: PLAC
|
|
21
|
-
Property: BirthPlace
|
|
22
|
-
- Tag: DEAT # Tod
|
|
23
|
-
Properties:
|
|
24
|
-
- Tag: DATE
|
|
25
|
-
Property: Deathdate
|
|
26
|
-
Type: Date
|
|
27
|
-
- Tag: PLAC
|
|
28
|
-
Property: DeathPlace
|
|
29
|
-
- Tag: BURI # Beerdigung
|
|
30
|
-
Properties:
|
|
31
|
-
- Tag: DATE
|
|
32
|
-
Property: Funeraldate
|
|
33
|
-
Type: Date
|
|
34
|
-
- Tag: PLAC
|
|
35
|
-
Property: FuneralPlace
|
|
36
|
-
- Tag: RELI
|
|
37
|
-
Property: ReligionName
|
|
38
|
-
# Religion Events - Da brauch ich dann für jedes eigentlich die Übersetzung...
|
|
39
|
-
- Tag: BAPL
|
|
40
|
-
Property: ReligionEvents.Baptism
|
|
41
|
-
- Tag: BAPM
|
|
42
|
-
Property: ReligionEvents.Baptism
|
|
43
|
-
- Tag: BARM
|
|
44
|
-
Property: ReligionEvents.BarMitzvah
|
|
45
|
-
- Tag: BASM
|
|
46
|
-
Property: ReligionEvents.BasMitzvah
|
|
47
|
-
- Tag: BLES
|
|
48
|
-
Property: ReligionEvents.Blessing
|
|
49
|
-
- Tag: CHR
|
|
50
|
-
Property: ReligionEvents.Christening
|
|
51
|
-
- Tag: CHRA
|
|
52
|
-
Property: ReligionEvents.Christening
|
|
53
|
-
- Tag: CONF
|
|
54
|
-
Property: ReligionEvents.Confirmation
|
|
55
|
-
- Tag: CONL
|
|
56
|
-
Property: ReligionEvents.Confirmation
|
|
57
|
-
- Tag: ENDL
|
|
58
|
-
Property: ReligionEvents.Endowment
|
|
59
|
-
- Tag: ORDI
|
|
60
|
-
Property: ReligionEvents.Ordinance
|
|
61
|
-
- Tag: ORDN
|
|
62
|
-
Property: ReligionEvents.Ordination
|
|
63
|
-
- Tag: OCCU
|
|
64
|
-
CollectAs: Jobs
|
|
65
|
-
Property: Name # ??? Stimmt das?
|
|
66
|
-
- Tag: EDUC
|
|
67
|
-
CollectAs: Education
|
|
68
|
-
Property: Name # ??? Stimmt das?
|
|
69
|
-
- Tag: ADDR
|
|
70
|
-
CollectAs: Addresses
|
|
71
|
-
Property: Name # ??? Stimmt das?
|
|
72
|
-
- Tag: ADR1
|
|
73
|
-
Property: Adress1
|
|
74
|
-
- Tag: ADR2
|
|
75
|
-
Property: Adress2
|
|
76
|
-
- Tag: ADR3
|
|
77
|
-
Property: Adress3
|
|
78
|
-
- Tag: DATE
|
|
79
|
-
Property: Date
|
|
80
|
-
Type: Date
|
|
81
|
-
- Tag: PLAC
|
|
82
|
-
Property: Place
|
|
83
|
-
- Tag: NOTE # Sehr allgemein... kann ja quasi überall auftreten... müsste dann beim einlesen jedes Properties schauen ob da eine Notiz dran hängt
|
|
84
|
-
Property: Note
|
|
85
|
-
- Tag: TYPE
|
|
86
|
-
Property: Type
|
|
87
|
-
- Tag: FAM
|
|
88
|
-
CollectAs: Connections
|
|
89
|
-
CollectAsArray: true
|
|
90
|
-
Property: Id
|
|
91
|
-
- Tag: FAMC
|
|
92
|
-
Property: Connections
|
|
93
|
-
- Tag: FAMS
|
|
94
|
-
Property: Connections
|
|
95
|
-
- Tag: HUSB
|
|
96
|
-
Property: Husband
|
|
97
|
-
- Tag: WIFE
|
|
98
|
-
Property: Wife
|
|
99
|
-
- Tag: MARR
|
|
100
|
-
Property: Marriage
|
|
101
|
-
- Tag: CHIL
|
|
102
|
-
Property: Children
|