GEDCOM compatible file output in C#.NET

210 views Asked by At

I tried to create a simple interface for building a gedcom compatible text file using C#.NET.

I am stuck with proper FAM record creation (I mean, something is logically wrong in my code). I believe that tester.cs has a complete information of grandfather, father, self, spouse, child1, and grandson relationships.

Is is possible to correct the gedcom output, without making significant changes in the tester.cs? May be you need to fork the entire source code. The software produces gedcom.ged file, which should be loaded in Simple Family Tree 1.32 to see that the gedcom is valid.

Currently, I ended up with the funny and unusual relationships as in the picture.

enter image description here

Grandfather should have married to grandmother, and "self" needs to have a child, giving a grand child to grand father. Gotra's spouse should be null (unmentioned). And like that...

Probably I should fix something in individual.cs.

Your help is kindly expected. PS: I am also working to resolve the issue, and the source code may change a bit. Thanks in advance!

0

There are 0 answers