-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple witnesses #23
Comments
I respond: |
Kirk replies: The double/triple entry was a means of getting round a limitation within REG1. The correct process should have been tp modify REG1. REG2 displays the records as they are entered. In this regard it is behaving in the same manner as REG1. So in my opinion it is not a priority problem. The correct fix in REG2 is to permit as many witness entries as there are in the register. This will require changes to the CSV layout for off-line input Perhaps REG2 should be extended to attempt to combine records but we could end up combining more records than should be combined. If we were to combine we would have combine only those records in a file where all fields except witness names were identical. This is not impossible but would involve additional code. |
Andy observes: |
Andy adds: Also exclude Notes content which (should) always be different. |
Is this still open? |
Yes to a degree. While FR2 handles the storing of multiple witnesses there are a number of issues that need addressing as to how this is implemented in CSV files |
System already supports multiple collection with on_line entry and edit capability. Need
|
5. Do we have a definition of the new format csv? It is needed to |
With respect to 813 we do have a concept for a new format of which Mike is aware |
I believe we have written the stories required for this epic |
Andy reports:
Where there are more than two witnesses to a marriage the instruction is to repeat the entry and change the witness names. This currently results in more than one result eg
The details on each are the same except for thw witnesses and Notes eg
Search Record Details
County Somerset
Place Churchill
Church St John the Baptist
RegisterNumber 52
MarriageDate 03 Mar 1853
GroomForename Thomas
GroomSurname ROYNON
GroomAge 36
GroomParish
GroomCondition Bachelor
GroomOccupation Farmer
GroomAbode Churchill
BrideForename Mary
BrideSurname SHORLAND
BrideAge 30
BrideParish
BrideCondition Spinster
BrideOccupation Servant
BrideAbode Churchill
GroomFatherForename John
GroomFatherSurname ROYNON
GroomFatherOccupation Farmer
BrideFatherForename John
BrideFatherSurname SHORLAND
BrideFatherOccupation Labourer
WitnessOneForename Ann
WitnessOneSurname JENKINS
WitnessTwoForename James
WitnessTwoSurname CLEGGE?
Notes Duplicate entry, 6 witnesses. Bride and Groom sign X
FileNumber 12946
In such situations could the additional entries be combined so that just one record is displayed with all the witnesses shown?
The text was updated successfully, but these errors were encountered: