From 43cea2c88cbd26cdc1f25c215acb742c94d22b2b Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Thu, 14 Sep 2023 08:37:16 +0200 Subject: [PATCH] Neue Tabelle costage_st_hzb, neue Spalte costage_st_studien.hauptstudium_flag --- src-modules/module/costage/conf/costage.xml | 26 ++++++++++++++++++- .../costage/rohdaten/costage_unload.xml | 21 ++++++++++++++- .../costage/rohdaten/csv_unloads2unl.sql | 1 + 3 files changed, 46 insertions(+), 2 deletions(-) diff --git a/src-modules/module/costage/conf/costage.xml b/src-modules/module/costage/conf/costage.xml index 75d3ed1..108551b 100644 --- a/src-modules/module/costage/conf/costage.xml +++ b/src-modules/module/costage/conf/costage.xml @@ -420,13 +420,14 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[CO]" /> - +
Studienverläufe (CO) + @@ -486,6 +487,28 @@ rightname="CS_BIA_STANDARDREPORTS_ADMIN[CO]" />
+ + + + + + + + + + + + + + + + + + + + + +
@@ -1836,6 +1859,7 @@ parent="CO Basisdaten">Abfragen zu Studienplänen und Ordnungen + diff --git a/src-modules/module/costage/rohdaten/costage_unload.xml b/src-modules/module/costage/rohdaten/costage_unload.xml index c1b33cc..fb0d647 100644 --- a/src-modules/module/costage/rohdaten/costage_unload.xml +++ b/src-modules/module/costage/rohdaten/costage_unload.xml @@ -205,7 +205,8 @@ SELECT st_studium_nr, st_studstamm_nr, st_studiengang_nr, studienform_name, - studienform_statistik_code + studienform_statistik_code, + hauptstudien_flag FROM px_st_studien_v @@ -357,6 +358,24 @@ SELECT st_studstamm_nr, FROM px_st_studierendenstammdaten_v ; +]]> + + + + + + diff --git a/src-modules/module/costage/rohdaten/csv_unloads2unl.sql b/src-modules/module/costage/rohdaten/csv_unloads2unl.sql index 30c7c8d..822fb94 100644 --- a/src-modules/module/costage/rohdaten/csv_unloads2unl.sql +++ b/src-modules/module/costage/rohdaten/csv_unloads2unl.sql @@ -19,6 +19,7 @@ {"srcfile":"px_st_studien_spoversionen_v.csv", "targettable":"costage_st_studien_spoversionen", "targetfile":"costage_st_studien_spoversionen.unl"}, {"srcfile":"px_st_studien_v.csv", "targettable":"costage_st_studien", "targetfile":"costage_st_studien.unl"}, {"srcfile":"px_st_studierendenstammdaten_v.csv", "targettable":"costage_st_studierendenstammdaten_neu", "targetfile":"costage_st_studierendenstammdaten.unl", "specialrule":"update costage_st_studierendenstammdaten_neu set aufnahmedatum=now() where st_studstamm_nr=419856"}, + {"srcfile":"px_st_hzb_v.csv", "targettable":"costage_st_hzb", "targetfile":"costage_st_hzb.unl", "specialrule":""}, {"srcfile":"px_bw_bewerbungen_v.csv", "targettable":"costage_bw_bewerbungen", "targetfile":"costage_bw_bewerbungen.unl"}, {"srcfile":"px_bw_bewerbung_kombination_v.csv", "targettable":"costage_bw_bewerbung_kombination", "targetfile":"costage_bw_bewerbung_kombination.unl"}, {"srcfile":"px_bw_bewerb_hzb_v.csv", "targettable":"costage_bw_bewerb_hzb", "targetfile":"costage_bw_bewerb_hzb.unl"},