on 2019 May 08 1:33 AM
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.
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.