You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When lines from the accounting ledger are exported, some values include a comma as a thousands separator. This should be quoted to avoid the value being split into two columns.
Environment
Version: 9.0.3
OS: Debian Stretch
Web server: Nginx
PHP: 7.0.33-0+deb9u3
Database: MariaDB
URL(s): /accountancy/bookkeeping/list.php
Expected and actual behaviour
When a transaction with a value greater than 999 is exported, it should be exported with quotation marks around it so that it is treated as a single column and not two. Currently the value is not quoted and the value is broken up over two columns.
Export a filtered CSV file of a ledger containing a transaction with a value greater than 999.
The text was updated successfully, but these errors were encountered:
paddatrapper
changed the title
Accounting CSV Export values not quoted when including ','
BUG: Accounting CSV Export values not quoted when including ','
Jun 24, 2019
Bug
When lines from the accounting ledger are exported, some values include a comma as a thousands separator. This should be quoted to avoid the value being split into two columns.
Environment
Expected and actual behaviour
When a transaction with a value greater than 999 is exported, it should be exported with quotation marks around it so that it is treated as a single column and not two. Currently the value is not quoted and the value is broken up over two columns.
Expected CSV line:
Actual output:
Steps to reproduce the behavior
Export a filtered CSV file of a ledger containing a transaction with a value greater than 999.
The text was updated successfully, but these errors were encountered: