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,35 @@
# App configurations
encoding_type: latin1
# Global configurations
tmpdir: /tmp
inbox_prefix: INBOX/FXCD/EQUIVALENCE_RULE
archive_prefix: ARCHIVE/FXCD/EQUIVALENCE_RULE
workflow_name: w_ODS_FXCD_F_EQUIVALENCE_RULE
validation_schema_path: None
file_type: csv
tasks:
- task_name: m_ODS_FXCD_F_EQUIVALENCE_RULE_PARSE
ods_prefix: INBOX/FXCD/EQUIVALENCE_RULE/FXCD_F_EQUIVALENCE_RULE
output_table: FXCD_F_EQUIVALENCE_RULE
output_columns:
- type: 'a_key'
column_header: 'A_KEY'
- type: 'workflow_key'
column_header: 'A_WORKFLOW_HISTORY_KEY'
- type: 'csv_header'
value: 'RATING_TERM_TYPE'
column_header: 'RATING_TERM_TYPE'
- type: 'csv_header'
value: 'AGENCY_ID'
column_header: 'AGENCY_ID'
- type: 'csv_header'
value: 'AGENCY_RATING'
column_header: 'AGENCY_RATING'
- type: 'csv_header'
value: 'NUMERICAL_EQUIVALENCE'
column_header: 'NUMERICAL_EQUIVALENCE'
- type: 'csv_header'
value: 'RATING_FACTOR'
column_header: 'RATING_FACTOR'