This commit is contained in:
Grzegorz Michalski
2026-03-02 09:47:35 +01:00
commit 2c225d68ac
715 changed files with 130067 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# App configurations
encoding_type: latin1
# Global configurations
tmpdir: /tmp
inbox_prefix: INBOX/FXCD/CTP_NCB_LIMIT
archive_prefix: ARCHIVE/FXCD/CTP_NCB_LIMIT
workflow_name: w_ODS_FXCD_F_CTP_NCB_LIMIT
validation_schema_path: None
file_type: csv
tasks:
- task_name: m_ODS_FXCD_F_CTP_NCB_LIMIT_PARSE
ods_prefix: INBOX/FXCD/CTP_NCB_LIMIT/FXCD_F_CTP_NCB_LIMIT
output_table: FXCD_F_CTP_NCB_LIMIT
output_columns:
- type: 'a_key'
column_header: 'A_KEY'
- type: 'workflow_key'
column_header: 'A_WORKFLOW_HISTORY_KEY'
- type: 'csv_header'
value: 'COUNTRY_ID'
column_header: 'COUNTRY_ID'
- type: 'csv_header'
value: 'ELIGIBILITY_ID'
column_header: 'ELIGIBILITY_ID'
- type: 'csv_header'
value: 'CTP_ID'
column_header: 'CTP_ID'
- type: 'csv_header'
value: 'LIMIT_AMT'
column_header: 'LIMIT_AMT'