This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Description
From @piotrekkaminski on November 2, 2017 20:26
When trying to filter data by attribute with input type = Multiple Select, no data is exported to csv file.
Preconditions
There is a custom attribute created with input type Multiple Select, 3 options enabled ("Option 1", "Option 2", "Option 3").
There is a customer in the system created with custom attribute value = "Option 1" and "Option 2".
Version 2.0
Steps to reproduce
- Go to System-> Import/Export-> Export at backend
- Select "Customers" entity type
- Select "Magento 1.7 format"
- In the grid for attribute from precondition select "Option 1" filter
- Press "Continue" button
Expected Result
The file was exported with customer from precondition
Actual Result
- File was not exported.
- The error message appears "There is no data for export"
Note
The same situation with "Magento 2.0" Export format for all customer entity types
Copied from original issue: magento/magento2#11974