cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Distributed Impex with Localized Data

Former Member
0 Likes
253

Has anyone used impex in Distributed mode with localized data on SQL Server ? (I’m on Hybris 6.6 , SQL Server 2014) . An example impex is provided below.

insert_update Language;isocode[unique=true];name[lang=en];name[lang=pt];name[lang=ko];name[lang=zh];name[lang=de];name[lang=ja];active[default=true]; ;zf;Chinese trad.;Chinês trad.;중국어전통;中文繁体;Chinesisch trad.;中国語 (繁体字);; ;zh;Chinese;Chinês;중국어;中文;Chinesisch;中国語;;

During import, it looks like Hybris uses an intermediate table ‘impbatchcontent’ ( Itemtype = ImportBatchContent) to create batches , but this table does not seem to support Unicode characters ( as the ‘content’ field is of column type TEXT), resulting in corrupt data ( ie ??? in place of actual data)

If anyone knows of a good way to resolve this issue , please let me know.

Accepted Solutions (0)

Answers (0)