cf_to_txt_2
1.Description
This program converts a .cf file into human readable txt file.
2.Screen Configuration
2.1 Process Config Fields
Here enter the base input file and additional inputs required for the setup.
The base input file should be a .cf file. ExhangeRate file is a mandatory file.
2.2 Process Arguments
Here enter the process arguments to be passed to the program. The mandatory and non-mandatory fields are given below.
2.2.1 Mandatory Parameters
Parameters | Description | Example |
---|---|---|
acc_currency | Account currency. | INR |
base_currency | Base currency for conversion. | USD |
balm_default_llg | If no rules are satisfied, this llg code will be used . | 99999 |
default_overdue_llg_code | Default overdue llg code for overdue balances. | 88888 |
2.2.2 Non Mandatory Parameters
Parameters | Description | Default value | Example |
---|---|---|---|
log_level | Level of diagnostics written to the log file. | info | error/info/debug |
is_perf_diagnostics_enabled | Flag to enable writing performance diagnostics to log file. | false | true/false |
as_on_mandatory | Flag to mark as-on-date as mandatory. | false | true/false |
req_header | Flag indicating whether request header is mandatory. Passed as a string value. | false | true/false |
req_overdue | Flag to indicate whether overdue request is required. | false | true/false |
2.3 Derivations
Here we need to enter the field names to which currency conversion has to happen. Then extra column of converted currency will be stamped.This is an optional step so hcy and ccy fields can be left empty if not required.
3.Output
This program creates a .txt file according to the order of fields present in the fields page of the Front end application. The values are separated using the "|" separator.