Quintiq file version 2.0
|
#parent: #root
|
EDIBroker Converter_Q2Q3_ImportProduct
|
{
|
MDSDefinition: MacroPlan
|
EDIModelLink.Destination DestinationConverteProduct
|
{
|
EDIMLTable Converter_PISPWithSafetyStocks
|
{
|
PrimaryKeyColumns: ProductID
|
PrimaryKeyColumns: StockingPointID
|
TargetType: Converter_PISPWithSafetyStocks
|
TypeIndex: PISPWithSafetyStockTypeIndex
|
EDIMLColumn KeepSafetyStock { Attribute: KeepSafetyStock ValueType: Boolean }
|
EDIMLColumn ProductID { Attribute: ProductID ValueType: String }
|
EDIMLColumn StockingPointID { Attribute: StockingPointID ValueType: String }
|
}
|
EDIMLTable Converter_ServiceLevel
|
{
|
PrimaryKeyColumns: ProductID
|
PrimaryKeyColumns: StockingPointID
|
TargetType: Converter_ServiceLevel
|
TypeIndex: ConvertServiceLevelTypeIndex
|
EDIMLColumn ProductID { Attribute: ProductID ValueType: String }
|
EDIMLColumn ServiceLevel { Attribute: ServiceLevel ValueType: Real }
|
EDIMLColumn StockingPointID { Attribute: StockingPointID ValueType: String }
|
}
|
}
|
EDITransformation.Transformation TransformationConverteProduct
|
{
|
EDITableTransformation
|
{
|
InputTable: PISPWithSafetyStock_MP
|
OutputTable: Converter_PISPWithSafetyStocks
|
EDIColumnMatch
|
{
|
InputColumn: KeepSafetyStock
|
OutputColumn: KeepSafetyStock
|
}
|
EDIColumnMatch
|
{
|
InputColumn: ProductID
|
OutputColumn: ProductID
|
}
|
EDIColumnMatch
|
{
|
InputColumn: StockingPointID
|
OutputColumn: StockingPointID
|
}
|
}
|
EDITableTransformation
|
{
|
InputTable: ServiceLevel
|
OutputTable: Converter_ServiceLevel
|
EDIColumnMatch
|
{
|
InputColumn: ProductID
|
OutputColumn: ProductID
|
}
|
EDIColumnMatch
|
{
|
InputColumn: ServiceLevelPercentage
|
OutputColumn: ServiceLevel
|
}
|
EDIColumnMatch
|
{
|
InputColumn: StockingPointID
|
OutputColumn: StockingPointID
|
}
|
}
|
}
|
EDIXLSLink.Source SourceConverteProduct
|
{
|
FileName: 'MP_Products.xlsx'
|
EDIXLSLinkTable PISPWithSafetyStock_MP
|
{
|
Columns:
|
[
|
EDIXLSLinkColumn KeepSafetyStock { ValueType: Boolean }
|
EDIXLSLinkColumn ProductID { ValueType: String }
|
EDIXLSLinkColumn StockingPointID { ValueType: String }
|
]
|
}
|
EDIXLSLinkTable ServiceLevel
|
{
|
Columns:
|
[
|
EDIXLSLinkColumn StockingPointID { ValueType: String }
|
EDIXLSLinkColumn ProductID { ValueType: String }
|
EDIXLSLinkColumn ServiceLevelPercentage { ValueType: Real }
|
]
|
}
|
}
|
}
|