Bug 408528 - Table look-up columns incorrectly exported to csv
Summary: Table look-up columns incorrectly exported to csv
Status: REPORTED
Alias: None
Product: KEXI
Classification: Applications
Component: Migration/Import/Export (show other bugs)
Version: 3.2.0 Beta
Platform: Microsoft Windows Microsoft Windows
: NOR major
Target Milestone: ---
Assignee: Kexi Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-10 13:54 UTC by Ray
Modified: 2019-06-10 13:56 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
kexi file with look-up tables (44.00 KB, application/x-sqlite3)
2019-06-10 13:54 UTC, Ray
Details
The exported csv file (113 bytes, text/plain)
2019-06-10 13:56 UTC, Ray
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ray 2019-06-10 13:54:50 UTC
Created attachment 120749 [details]
kexi file with look-up tables

SUMMARY


STEPS TO REPRODUCE
1. Make database using look-up columns
2. Export to csv file
3. 

OBSERVED RESULT
In the example csv data in first lookup column is string of ascii codes of looked-up data, the next column is looked-up data.


EXPECTED RESULT
The csv values should be the original table data, i.e. the integer data in the table in the example.

SOFTWARE/OS VERSIONS
Kexi Version 3.2 (3.2.0, git e2eb6f4 3.2)
Windows: 10
KDE Frameworks 5.55.0
Qt 5.12.2 (built against 5.12.2)
The windows windowing system
ADDITIONAL INFORMATION
Comment 1 Ray 2019-06-10 13:56:20 UTC
Created attachment 120750 [details]
The exported csv file