I'm trying to export the image gallery field called "gallery", which ideally should have a comma separated list of images in the gallery. This field is standard field in magento.
The field is always blank when I export out of the Magento admin site. It works great on one of my sites, but 2 others are completely blank.
The only difference between the site that works and the other sites is that there are two stores on the site that works.
I checked the database and noticed there were some missing records in "catalog_product_entity_media_gallery_value" so I added these based on the records in catalog_product_entity_media_gallery. After doing that, still nothing is exports in this field.
Is there anything special that is needed to get this field to export?