pimcore / pimcore

Core Framework for the Open Source Data & Experience Management Platform (PIM, MDM, CDP, DAM, DXP/CMS & Digital Commerce)
http://www.pimcore.com
Other
3.38k stars 1.43k forks source link

[DataHub File Export Plugin] Unable to add new filetype to Datahub File export plugin #9282

Closed amarjeet6694 closed 3 years ago

amarjeet6694 commented 3 years ago

I tried to add a new filetype XLSX (along-with already added CSV, JSON and XML) for DataHub File Export Plugin. I followed the steps as given in the documentation. But was unable to see new filetype being added in the dropdown

When I checked the code(at vendor/pimcore/data-hub-file-export/src/Resources/public/js/configuration/fileExport/configItem.js), I found hard-coded store values for filetype.

{
    fieldLabel: t("plugin_pimcore_datahub_file_export_delivery_destination_filetype"),
    xtype: "combo",
    name: "filetype",
    value: this.getValue("deliveryDestination.filetype") || 'CSV',
    store: [
        ["CSV", "CSV"],
        ["XML", "XML"],
        ["JSON", "JSON"],
    ],
    mode: "local",
    editable: false,
    triggerAction: "all"
}
fashxp commented 3 years ago

hi, this is not the right place for issues for the enterprise bundles. please contact your sales contact person at Pimcore to get access to the corresponding github repositories. there we are happy to help you. thanks.