Quintiq file version 2.0 
 | 
#parent: #root 
 | 
EDIBroker MPSync_ImportSCMPParamsFromExcelBroker 
 | 
{ 
 | 
  MDSDefinition: MPSync 
 | 
  EDIModelLink.Destination MPSync_DestinationSCMPParamsForExcelImport 
 | 
  { 
 | 
    EDIMLTable IOSCMPParams 
 | 
    { 
 | 
      PrimaryKeyColumns: ExportHorizon 
 | 
      TargetType: IOSCMPParams 
 | 
      TypeIndex: IOSCMPParamsTypeIndex 
 | 
      EDIMLColumn ExportHorizon { Attribute: ExportHorizon ValueType: Duration } 
 | 
    } 
 | 
  } 
 | 
  EDITransformation.Transformation MPSync_TransformationSCMPParamsForExcelImport 
 | 
  { 
 | 
    EDITableTransformation 
 | 
    { 
 | 
      InputTable: SchedulerMPSPlanParameters 
 | 
      OutputTable: IOSCMPParams 
 | 
      EDIColumnMatch { InputColumn: SchedulerMPSPlanHorizon OutputColumn: ExportHorizon } 
 | 
    } 
 | 
  } 
 | 
  EDIXLSLink.Source MPSync_SourceSSCMPParamsForExcelImport 
 | 
  { 
 | 
    FileName: 'SchedulerMPSPlanParameters.xlsx' 
 | 
    EDIXLSLinkTable SchedulerMPSPlanParameters 
 | 
    { 
 | 
      Columns: 
 | 
      [ 
 | 
        EDIXLSLinkColumn SchedulerMPSPlanHorizon { ValueType: Duration } 
 | 
      ] 
 | 
    } 
 | 
  } 
 | 
} 
 |