Impex – Translator

Translator can be used to change the translation logic for a value Translator can be applied on any attribute as below <!–             –> INSERT MyType;…;myAttribute[translator=de.hybris.platform.impex.jalo.translators.ItemPKTranslator] <!– –> INSERT MyType;…;myAttribute[translator=de.hybris.platform.impex.jalo.translators.ItemPKTranslator] The above configured translator class has to extend the AbstractValueTranslator It defines 2 methods public abstract Object importValue( final String […]

Share this article on