Bug #73293 | Export and decimal delimiter | ||
---|---|---|---|
Submitted: | 15 Jul 2014 9:23 | Modified: | 9 Oct 2014 8:06 |
Reporter: | Dess Soul | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL for Windows: MySQL for Excel | Severity: | S3 (Non-critical) |
Version: | 1.2.1 | OS: | Windows |
Assigned to: | CPU Architecture: | Any | |
Tags: | comma, decimal, DELIMITER, dot, export |
[15 Jul 2014 9:23]
Dess Soul
[8 Aug 2014 17:24]
Javier Treviño
Verified this problem exists when exporting data where the decimal separator is a comma. This does not happen when appending data, where the comma gets converted to decimal point automatically. Export data must be fixed to convert commas to decimal points whenever needed.
[13 Aug 2014 15:18]
Javier Treviño
Posted by developer: Fixed Export Data operations code to create a MySqlDataTable container for the data to be exported with the final data types before the operation takes place, this automatically makes the decimal numbers conversion from any locale to an invariant one.
[9 Oct 2014 8:06]
Philip Olson
Posted by developer: Fixed as of the upcoming MySQL for Excel 1.3.3 release, and here's the changelog entry: Exporting data that used a comma as the decimal separator would fail to export. The commas are now converted to periods, as already done when appending data. Thank you for the bug report.
[8 Nov 2016 19:14]
Yuriy Vasilyev
Problem presents in version 1.3.6
[8 Dec 2016 18:47]
Javier Treviño
This will be fixed as part of bug #84049