Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 6.1.0 CE GA1, 6.1.10 EE GA1
-
Fix Version/s: 6.1.1 CE GA2, 6.1.20 EE GA2, --Sprint 11/12, 6.2.0 CE M2
-
Component/s: Dynamic Data Lists, Frameworks, Frameworks > Dynamic Data Mapping
-
Labels:
-
Environment:Tomcat 7 + MySQL 5. 6.1.x GIT ID: b4ac0314909dc7078ff140e01c3ed0b3645d52d1.
Tomcat 7 + MySQL 5. 6.2.x GIT ID: 2f151a3ca3405bf6c5cbd698f760935ac476cd6f.
-
Branch Version/s:6.1.x
-
Backported to Branch:Committed
-
Fix Priority:3
-
Similar Issues:
Description
If the user creates a list using the Radio and Select fields and export the list in CSV format, the radio and select fields show the value '2' or '3' instead of the option name (e.g. 'Core Engineer'.)
- Add a page and the DDLD portlet.
- Add a list called Employees.
- Add a definition:
- Drag and drop the Radio field into the build container.
- Rename it as Department.
- In the Options field -
- Option 1 = Core Engineer; enter 1 in the value column.
- Option 2 = QA Engineer; enter 2 in the value column.
- Option 3 = Support Engineer; enter 3 in the value column.
- Add a fourth option.
- Option 4 = Marketing; enter 4 in the value column.
- Save the field.
- Drag and drop the Select field into the build container.
- Rename it as Years Worked.
- In the Options field -
- Option 1 = 1-2; enter 1 in the value column.
- Option 2 = 3-5; enter 2 in the value column.
- Option 3 = 6-8; enter 3 in the value column.
- Add a fourth option.
- Option 4 = 8+; enter 4 in the value column.
- Save the field.
- Save the definition.
- Select this definition for the list.
- Add a record: QA Engineer, 3-5 .
- Go to the Control Panel> Dynamic Data Lists.
- Select this list.
- Click Actions> Export as CSV
- Open the CSV file. Instead of displaying QA Engineer, 3-5 under the Department and Years Worked columns, it displays "2" and "2" which were the values. See attached file.

This file has several more fields; scroll right to the Department and Years Worked columns.