| Quintiq file version 2.0 | 
| #parent: #root | 
| EDIBroker MP_ExportActualPISPIPsBroker | 
| { | 
|   MDSDefinition: MacroPlan | 
|   EDIModelLink.Source OutputActualPISPIPsFromModel | 
|   { | 
|     EDIMLTable ActualProductInStockingPointInPeriod | 
|     { | 
|       TargetType: ActualProductInStockingPointInPeriod | 
|       EDIMLColumn ActualInventoryLevelEnd { Attribute: ActualInventoryLevelEnd ValueType: Real } | 
|       EDIMLColumn Date { Attribute: Date ValueType: Date } | 
|       EDIMLColumn Description { Attribute: Description ValueType: String } | 
|       EDIMLColumn ManufacturedDate { Attribute: ManufacturedDate ValueType: Date } | 
|       EDIMLColumn ProductID { Attribute: ProductID ValueType: String } | 
|       EDIMLColumn StockingPointID { Attribute: StockingPointID ValueType: String } | 
|     } | 
|   } | 
|   EDITransformation.Transformation TransformaActualPISPIPsForExport | 
|   { | 
|     EDITableTransformation | 
|     { | 
|       InputTable: ActualProductInStockingPointInPeriod | 
|       OutputTable: ActualPISPIPs_MP | 
|       EDIColumnMatch { InputColumn: ManufacturedDate OutputColumn: ManufacturedDate } | 
|       EDIColumnMatch | 
|       { | 
|         InputColumn: ProductID | 
|         OutputColumn: ProductID | 
|       } | 
|       EDIColumnMatch | 
|       { | 
|         InputColumn: Description | 
|         OutputColumn: Description | 
|       } | 
|       EDIColumnMatch | 
|       { | 
|         InputColumn: Date | 
|         OutputColumn: Date | 
|       } | 
|       EDIColumnMatch | 
|       { | 
|         InputColumn: ActualInventoryLevelEnd | 
|         OutputColumn: ActualInventoryLevelEnd | 
|       } | 
|       EDIColumnMatch | 
|       { | 
|         InputColumn: StockingPointID | 
|         OutputColumn: StockingPointID | 
|       } | 
|     } | 
|   } | 
|   EDIXLSLink.Destination OutputActualPISPIPsToExcel | 
|   { | 
|     FileName: 'MP_ActualProductInStockingPointInPeriods' | 
|     EDIXLSLinkTable ActualPISPIPs_MP | 
|     { | 
|       Columns: | 
|       [ | 
|         EDIXLSLinkColumn ActualInventoryLevelEnd { ValueType: Real } | 
|         EDIXLSLinkColumn Date { ValueType: Date } | 
|         EDIXLSLinkColumn Description { ValueType: String } | 
|         EDIXLSLinkColumn ProductID { ValueType: String } | 
|         EDIXLSLinkColumn StockingPointID { ValueType: String } | 
|         EDIXLSLinkColumn ManufacturedDate { ValueType: Date } | 
|       ] | 
|     } | 
|   } | 
| } |