ariswb22

GasAccounting stream

Jun 11th, 2019
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.71 KB | None | 0 0
  1. {
  2.     "toProperty": "GASAccounting",
  3.     "transformations": [
  4.         {
  5.             "type": "If",
  6.             "expression": "BUC1_2 = 'CB' && (BUC3_1 != '0' && BUC3_1 != 'C')",
  7.             "whenTrue": {
  8.                 "type": "FixedValue",
  9.                 "fromValue": "CORPORATE"
  10.             },
  11.             "whenFalse": {
  12.                 "type": "If",
  13.                 "expression": "BUC1_3 = 'CBC'",
  14.                 "whenTrue": {
  15.                     "type": "FixedValue",
  16.                     "fromValue": "COMMERCIAL"
  17.                 },
  18.                 "whenFalse": {
  19.                     "type": "If",
  20.                     "expression": "BUC1_2 = 'SM'",
  21.                     "whenTrue": {
  22.                         "type": "FixedValue",
  23.                         "fromValue": "SMALL BUSINESS"
  24.                     },
  25.                     "whenFalse": {
  26.                         "type": "If",
  27.                         "expression": "BUC1_2 = 'MB'",
  28.                         "whenTrue": {
  29.                             "type": "FixedValue",
  30.                             "fromValue": "MICRO BANKING"
  31.                         },
  32.                         "whenFalse": {
  33.                             "type": "If",
  34.                             "expression": "BUC1_2 = 'CL'",
  35.                             "whenTrue": {
  36.                                 "type": "FixedValue",
  37.                                 "fromValue": "CONSUMER"
  38.                             },
  39.                             "whenFalse": {
  40.                                 "type": "FixedValue",
  41.                                 "fromValue": ""
  42.                             }
  43.                         }
  44.                     }
  45.                 }
  46.             }
  47.         }
  48.     ]
  49. }
Add Comment
Please, Sign In to add comment