Browse Source

etl-step fixen

master
Imo John 2 weeks ago
parent
commit
c6e5670329
  1. 2
      src-modules/module/sxc/conf/sxc.xml

2
src-modules/module/sxc/conf/sxc.xml

@ -1491,10 +1491,10 @@ is_custom SMALLINT @@ -1491,10 +1491,10 @@ is_custom SMALLINT
<etl-step name="Load" type="load" rohdaten="no"><!-- hier dürfen keine Actions stehen, damit in HIS1 das Ladedatum aktualisiert wird -->
</etl-step>
<etl-step name="Transformation" type="trans">
<nativeaction sql="" scriptfile="$SXC_PFAD/schluesseltabellen/cif_fuellen.sql" database=""/>
<action>
<nativeaction sql="" scriptfile="$SXC_PFAD/schluesseltabellen/cif_fuellen.sql" database=""/>
<nativeaction sql="update systeminfo set datum=today() where tid in (360)" scriptfile="" database=""/>
</action>
</etl-step>

Loading…
Cancel
Save