{"etl_job":"sxc_stud_zugang_abgang_aggr_unload","uniquename":"sxc_stud_zugang_abgang_aggr_unload_ges","name":"Studierendenströme für SXC entladen","type":"MSG"},
{"etl_step":"unload_qa_mask_execution_tab","prop_name":"select_stmt","prop_value":"SELECT E.name,E.userinfo_id,E.maskeninfo_id,E.is_active,E.stylesheet_id,E.contenttype,E.output_filename,E.systeminfo_id,E.uniquename FROM qa_mask_execution E where E.tid in (select P.mask_execution_id from qa_mask_execution2project P where P.project_id= $QA_PROJECT_ID ) order by 1;"},
{"etl_step":"unload_qa_mask_execution_assert_tab","prop_name":"select_stmt","prop_value":"SELECT E.uniquename,A.rownr,A.colnr,A.result_value_min,A.result_value_max,A.is_active,A.caption FROM qa_mask_execution E, qa_mask_execution_assert A where E.tid=A.mask_execution_id and E.tid in (select P.mask_execution_id from qa_mask_execution2project P where P.project_id= $QA_PROJECT_ID ) order by 1;"},
{"etl_step":"unload_qa_mask_execution2project_tab","prop_name":"select_stmt","prop_value":"SELECT E.uniquename as mask_execution_uniquename,P.uniquename as project_uniquename,DP.issue_id FROM qa_mask_execution2project DP, qa_mask_execution E, qa_project P where DP.mask_execution_id=E.tid and DP.project_id=P.tid and DP.project_id= $QA_PROJECT_ID order by 1;"}
{"etl_step":"unload_qa_mask_execution2project_tab","prop_name":"select_stmt","prop_value":"SELECT E.uniquename as mask_execution_uniquename,P.uniquename as project_uniquename,DP.issue_id FROM qa_mask_execution2project DP, qa_mask_execution E, qa_project P where DP.mask_execution_id=E.tid and DP.project_id=P.tid and DP.project_id= $QA_PROJECT_ID order by 1;"},
{"etl_step":"unload_sxc_stud_zugang_abgang_aggr_ges","prop_name":"msg","prop_value":"Entlade Studierendenströme für SXC $HS_NR"},
{"etl_step":"unload_sxc_stud_zugang_abgang_aggr_tab","prop_name":"select_stmt","prop_value":"SELECT A.* from sxc_stud_zugang_abgang_aggr A where val(A.hs_nr) in ( $HS_NR ) order by 1;"},
@ -436,7 +436,7 @@ where ${testfall.assertion}!=(${testfall.sql})\
@@ -436,7 +436,7 @@ where ${testfall.assertion}!=(${testfall.sql})\
\
\
</#foreach> --Ende Testfälle\
\
</#if>\
<#foreach etl_step_property in etl_step_properties>\
update etl_step_property set prop_value='${etl_step_property.prop_value}' where prop_name='${etl_step_property.prop_name}' and etl_step_id=(select S.tid from etl_step S where S.uniquename='${etl_step_property.etl_step}');\