Example: Reverse Transfer Structure

This scenario shows how the “Reverse Transfer Structure” type transfers the values from the original fields to new fields based on the header settings and rule types.

Input
Product Customer Premium 1 Premium 2
PROD01 CUST01 10 0
PROD02 CUST02 0 20

In our rule types, it is mentioned that there would be additional fields in where we will transfer the field values from the original one to the new fields:

Product Customer Premium 1 Premium 2 Premium Type Premium
PROD01 CUST01 10 0    
PROD02 CUST02 0 20    

In the first rule it is indicated that in the line which contains PROD01 and CUST01, the value of Premium 1 would be transferred to Premium, while the value PREMIUM_1 would be entered in the field Premium Type:

Product Customer Premium 1 Premium 2 Premium Type Premium
PROD01 CUST01 10 0 PREMIUM_1 10
PROD02 CUST02 0 20    

In the first rule it is indicated that in the line which contains PROD02 and CUST02, the value of Premium 1 would be transferred to Premium, while the value PREMIUM_2 would be entered in the field Premium Type:

Product Customer Premium 1 Premium 2 Premium Type Premium
PROD01 CUST01 10 0 PREMIUM_1 10
PROD02 CUST02 0 20 PREMIUM_2 20

In the header portion, it is stated that fields that will be retained will be the following: All fields except Selection & Action->Source Fields.

Final Output
Premium Type Premium
PREMIUM_1 10
PREMIUM_2 20