Ejemplo n.º 1
0
 def requires(self):
     return [XML2JSON(self.batch), CombineHarmonization()]
Ejemplo n.º 2
0
 def requires(self):
     return [CombineHarmonization(), ExtractUpcNdcFromJSON()]
Ejemplo n.º 3
0
 def requires(self):
     return [MergeProductsAndPackaging(), CombineHarmonization()]
Ejemplo n.º 4
0
 def requires(self):
     return [CombineHarmonization(), XML2JSON()]
Ejemplo n.º 5
0
 def requires(self):
     return [MergeAll(), CombineHarmonization()]