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,29 @@
# App configurations
encoding_type: latin1
# Global configurations
tmpdir: /tmp
inbox_prefix: INBOX/FXCD/CONSTANT
archive_prefix: ARCHIVE/FXCD/CONSTANT
workflow_name: w_ODS_FXCD_F_CONSTANT
validation_schema_path: None
file_type: csv
tasks:
- task_name: m_ODS_FXCD_F_CONSTANT_PARSE
ods_prefix: INBOX/FXCD/CONSTANT/FXCD_F_CONSTANT
output_table: FXCD_F_CONSTANT
output_columns:
- type: 'a_key'
column_header: 'A_KEY'
- type: 'workflow_key'
column_header: 'A_WORKFLOW_HISTORY_KEY'
- type: 'csv_header'
value: 'CONSTANT_NAME'
column_header: 'CONSTANT_NAME'
- type: 'csv_header'
value: 'CONSTANT_VALUE'
column_header: 'CONSTANT_VALUE'
- type: 'csv_header'
value: 'CONSTANT_TYPE'
column_header: 'CONSTANT_TYPE'