on 2019 Oct 03 5:19 PM
Hi experts!
I've faced the situation that I couldn't successfully run OOTB media feed in ccv2 hybris v1905. I put zip in hotfolder dir via Microsoft Azure Storage Explorer. zip name : zip-media-26.zip
Zip structure:
/images/30Wx30H/testv4_1200x1200.jpg
/images/65Wx65H/testv4_1200x1200.jpg
/images/****Wx****H/testv4_1200x1200.jpg
/images/****Wx****H/testv4_1200x1200.jpg
/images/****Wx****H/testv4_1200x1200.jpg
/images/****Wx****H/testv4_1200x1200.jpg
/zip-media.csv
Files are unzipping successfully, and during importing Media, I have Can not find file: /opt/hybris/data/acceleratorservices/import/master/unzipped/2592c4fb-7e47-20b7-8d04-f00aebe522fa/zip-media-26/images/65Wx65H/testv4_1200x1200.jpg
<bean id="batchMediaConverter" class="de.hybris.platform.acceleratorservices.dataimport.batch.converter.impl.DefaultImpexConverter">
<property name="header">
<value>#{defaultImpexProductHeader}
# Import media from filesystem
$importFolder=file:$BASE_SOURCE_DIR$/images
INSERT_UPDATE Media;mediaFormat(qualifier);code[unique=true];mime[default='image/jpeg'];$catalogVersion;folder(qualifier)[default=images];realfilename;@media[translator=de.hybris.platform.impex.jalo.media.MediaDataTranslator]
</value>
</property>
<property name="impexRow">
<value>;1200Wx1200H;/1200Wx1200H/{+1};;;;{+1};$importFolder/1200Wx1200H/{+1} ;515Wx515H;/515Wx515H/{+1};;;;{+1};$importFolder/515Wx515H/{+1} ;300Wx300H;/300Wx300H/{+1};;;;{+1};$importFolder/300Wx300H/{+1} ;96Wx96H;/96Wx96H/{+1};;;;{+1};$importFolder/96Wx96H/{+1} ;65Wx65H;/65Wx65H/{+1};;;;{+1};$importFolder/65Wx65H/{+1} ;30Wx30H;/30Wx30H/{+1};;;;{+1};$importFolder/30Wx30H/{+1}
</value>
</property>
</bean>
How to solve this issue? Does OOTB functionality works in CCV2 hybris v1905?
P.S. I'm using default Unzip Chanel, default converter mappings, and converters. Only default configs.
Request clarification before answering.
User | Count |
---|---|
9 | |
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.