Skip to content
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

open nwk files from easyNWK 1.5 #88

Open
alex-rind opened this issue Sep 12, 2022 · 3 comments
Open

open nwk files from easyNWK 1.5 #88

alex-rind opened this issue Sep 12, 2022 · 3 comments
Assignees

Comments

@alex-rind
Copy link
Collaborator

JRM: sehr wichtig, dass alte NWKen (java) mit dem neuen Tool bearbeitet werden können

@alex-rind
Copy link
Collaborator Author

alex-rind commented Sep 12, 2022

IIRC sind es großteils CSV Dateien:

E;Rosa Braunsteigl-Müller;45;Notiz zum Ego
F;1000;28.3.2020
N;100;Hubert;m;;Notiz zum Vater
N;101;Ewald;m;;
N;102;Josef;m;;
N;104;Strolchi;m;;
N;105;;m;;
N;106;;m;;
N;107;;m;;
N;108;Susi;w;Fa;
P;1000;100;0.757736516357206;0.37949640287769787;1
P;1000;101;0.646303887683198;0.20210267117536254;1
P;1000;102;0.5012412489210195;0.9954997866825164;1
P;1000;104;0.3890362511052166;0.3462230215827338;1
P;1000;108;0.560994560994561;0.1309148264984227;2
L;1000;100;101
L;1000;101;104
L;1000;101;102

@alex-rind
Copy link
Collaborator Author

Die Rollen haben bei easyNWK 1.5 ein "P" Präfix gehabt wenn es Kontakt des Partners war zB PKo, PGrV.

Es als Freitext einsetzen

Algoritmus:

  1. IF Kürzel in Liste THEN so nehmen
  2. ELSE Kürzel beginnt mit P und Rest in Liste THEN so nehmen und " desr Partnerin" anhängen
  3. ELSE "Unbekannt"

@alex-rind
Copy link
Collaborator Author

Achtung: es könnte uneindeutige Rollenkürzel geben: "PTo" als "Tochter des Partners" oder "Pflegetochter".

@alex-rind alex-rind added this to the Spring 2023 Sprint milestone Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants