Description

Exporting a data table as a .csv causes column names to be replaced with memory address/serialization information, making it extremely difficult to read information presented.

Regression? (No), issue (does) occur on 4.10.4

Steps to Reproduce
  1. Open Editor (any project)
  2. Create new struct
  3. Add Integer and Boolean variables (name int and bool, respectively)
  4. Create data table based on struct
  5. RMB data table in Content Browser>Export as .CSV
  6. Navigate to file location>Open .CSV file

Results

Column names are replaced with memory address values.

Expected

Column names are set to "int" and "bool".

Have Comments or More Details?

Head over to the existing Questions & Answers thread and let us know what's up.

0
Login to Vote

Fixed
ComponentTools
Affects Versions4.11.2
Target Fix4.13
Fix Commit3007564
Main Commit3050870
CreatedApr 26, 2016
ResolvedJun 9, 2016
UpdatedMay 2, 2018