diff options
Diffstat (limited to 'import_payment_reconciled.ktr')
| -rw-r--r-- | import_payment_reconciled.ktr | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/import_payment_reconciled.ktr b/import_payment_reconciled.ktr index d4782f3..16a308c 100644 --- a/import_payment_reconciled.ktr +++ b/import_payment_reconciled.ktr @@ -430,7 +430,7 @@ <created_date>2024/02/15 14:29:23.096</created_date> <modified_user>-</modified_user> <modified_date>2024/02/15 14:29:23.096</modified_date> - <key_for_session_key/> + <key_for_session_key>H4sIAAAAAAAAAAMAAAAAAAAAAAA=</key_for_session_key> <is_key_private>N</is_key_private> </info> <notepads> @@ -545,6 +545,54 @@ </hop> </order> <step> + <name>Insert / update</name> + <type>InsertUpdate</type> + <description/> + <distribute>Y</distribute> + <custom_distribution/> + <copies>1</copies> + <partitioning> + <method>none</method> + <schema_name/> + </partitioning> + <connection>dw bi indoteknik (localhost)</connection> + <commit>100</commit> + <update_bypassed>N</update_bypassed> + <lookup> + <schema>public</schema> + <table>payment_reconciled</table> + <key> + <name>payment_id</name> + <field>payment_id</field> + <condition>=</condition> + <name2/> + </key> + <value> + <name>payment_id</name> + <rename>payment_id</rename> + <update>N</update> + </value> + <value> + <name>statement_id</name> + <rename>statement_id</rename> + <update>Y</update> + </value> + </lookup> + <attributes/> + <cluster_schema/> + <remotesteps> + <input> + </input> + <output> + </output> + </remotesteps> + <GUI> + <xloc>288</xloc> + <yloc>80</yloc> + <draw>Y</draw> + </GUI> + </step> + <step> <name>Table input</name> <type>TableInput</type> <description/> @@ -557,7 +605,7 @@ </partitioning> <connection>erp indoteknik local</connection> <sql>select * from v_payment_reconciled -order by id desc +order by payment_id desc limit 100</sql> <limit>0</limit> <lookup/> @@ -627,54 +675,6 @@ limit 100</sql> <draw>Y</draw> </GUI> </step> - <step> - <name>Insert / update</name> - <type>InsertUpdate</type> - <description/> - <distribute>Y</distribute> - <custom_distribution/> - <copies>1</copies> - <partitioning> - <method>none</method> - <schema_name/> - </partitioning> - <connection>dw bi indoteknik (localhost)</connection> - <commit>100</commit> - <update_bypassed>N</update_bypassed> - <lookup> - <schema>public</schema> - <table>payment_reconciled</table> - <key> - <name>payment_id</name> - <field>payment_id</field> - <condition>=</condition> - <name2/> - </key> - <value> - <name>payment_id</name> - <rename>payment_id</rename> - <update>N</update> - </value> - <value> - <name>statement_id</name> - <rename>statement_id</rename> - <update>Y</update> - </value> - </lookup> - <attributes/> - <cluster_schema/> - <remotesteps> - <input> - </input> - <output> - </output> - </remotesteps> - <GUI> - <xloc>288</xloc> - <yloc>80</yloc> - <draw>Y</draw> - </GUI> - </step> <step_error_handling> </step_error_handling> <slave-step-copy-partition-distribution> |
