{ "settings": { "enableTrace": "true" }, "mappingRules": [ { "name": "ContractEventDisbursement", "description": "ContractEventDisbursement", "condition": null, "sequence": 1, "mappings": [ { "toProperty": "OriginContractId", "transformations": [ { "type": "Map", "fromProperty": "LHACCT" } ] }, { "toProperty": "OriginSystemId", "transformations": [ { "type": "FixedValue", "fromValue": "EMAS" } ] }, { "toProperty": "OriginEventId", "transformations": [ { "type": "FixedValue", "fromValue": " " } ] }, { "toProperty": "EventType", "transformations": [ { "type": "FixedValue", "fromValue": "Disbursement" } ] }, { "toProperty": "EventDate", "transformations": [ { "type": "DateConversion", "fromFormat": "yyyyddd", "toFormat": "yyyy-MM-dd", "parameter": { "type": "Map", "fromProperty": "LHEFDT" } } ] }, { "toProperty": "EffectiveDate", "transformations": [ { "type": "DateConversion", "fromFormat": "yyyyddd", "toFormat": "yyyy-MM-dd", "parameter": { "type": "Map", "fromProperty": "LHEFDT" } } ] }, { "toProperty": "DisbursementAmount", "transformations": [ { "type": "Map", "fromProperty": "SUM_LHAMT_IDR" } ] } ] } ] }