Skip to main content

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

cf_to_txt_config_image 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

cf_to_txt_pa_image

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
ParametersDescriptionExample
acc_currencyAccount currency.INR
base_currencyBase currency for conversion.USD
balm_default_llgIf no rules are satisfied, this llg code will be used .99999
default_overdue_llg_codeDefault overdue llg code for overdue balances.88888
2.2.2 Non Mandatory Parameters
ParametersDescriptionDefault valueExample
log_levelLevel of diagnostics written to the log file.infoerror/info/debug
is_perf_diagnostics_enabledFlag to enable writing performance diagnostics to log file.falsetrue/false
as_on_mandatoryFlag to mark as-on-date as mandatory.falsetrue/false
req_headerFlag indicating whether request header is mandatory. Passed as a string value.falsetrue/false
req_overdueFlag to indicate whether overdue request is required.falsetrue/false

2.3 Derivations

cf_to_txt_der_image

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.