Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Extended entity and smf elements mapping was updated by adding new condition element:
{
"@id": "eagle-mashups:IncludeExtendedDetailsCondition",
"@type": "eagle-t-base:Condition",
"eagle-t-base:hasConditionParameter": { "@id": "eagle-interfaces:includeextendeddetails" },
"eagle-t-base:hasSatisfyingValue" : ["ALL", "Y"]
},
If includeextendedetails flag is added to rtr then expression will be applied dynamically.
Example of maturityDate element mapping in eagle-mashups.json:
before changes:
{
"eagle-t-base:hasModelElement": { "@id": "eagle-vocab:maturityDate" },
"eagle-t-base:hasExpressionString": "|{alias}.MAT_DATE| if get_instruction_param('IncludeExtendedDetails', :GVAR_RTR(smile) in :) in ('ALL', 'Y') else ''"
},
after changes:
{
"eagle-t-base:hasModelElement": { "@id": "eagle-vocab:maturityDate" },
"eagle-t-base:hasCondition": { "@id": "eagle-mashups:IncludeExtendedDetailsCondition"},
"eagle-t-base:hasExpressionString": "|{alias}.MAT_DATE|"
},

...

  1. Operation can be set as copy only
  2. Source can be set as file only
  3. Delivery method can be set as file only
  4. Target can be set as expression only
  5. Item 3 is a path to existed file
  6. Item 4 is a name of variable that will store data from file
  7. Item 5 is a credentials that can be empty
  8. Item 6 it is condition to execute

...

SDP-43144 POST Body Not Passing OutputFormat Correctly to EagleML extracts

...

  1. Operation can be set as copy only
  2. Source can be set as file only
  3. Delivery method can be set as file only
  4. Target can be set as file only
  5. Item 3 is a path to existed file
  6. Item 4 is a file name that will be saved in estar/tpe/data/mc2/temp/ folder
  7. Item 5 is a credentials that can be empty
  8. Item 6 Anchor_GoBack_GoBackis condition to execute

...

SDP-41714 EDS Interfaces - New Metadata - warehousecashactivity

...