Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0016747Openbravo ERPA. Platformpublic2011-04-11 16:132011-06-30 19:23
shuehner 
marvintm 
normalminorhave not tried
closedfixed 
5
 
3.0MP1 
Core
No
0016747: csv export of querylist widget uses wrong quoting for header fields
Using this csv export one gets a csv file using single quotes ' for the header line but double quotes for all data-lines.

This is inconsistent and leads to i.e. one having the " stripped correctly when importing the csv into libreoffice, but still having the ' quotes for the first line in the spreatsheet.
Login using Openbravo with default role
Use 'Export csv' option on i.e. 'Invoice to collect' widget
Check resulting csv file.
No tags attached.
related to defect 0017857 closed migueldejuana CSV export of Query List widget uses wrong labels for columns headers 
Issue History
2011-04-11 16:13shuehnerNew Issue
2011-04-11 16:13shuehnerAssigned To => gorkaion
2011-04-11 16:13shuehnerModules => Core
2011-04-26 10:13gorkaionAssigned Togorkaion => marvintm
2011-05-02 11:19alostaleStatusnew => scheduled
2011-06-29 19:32dmitry_mezentsevTarget Version => 3.0MP1
2011-06-30 19:16shuehnerNote Added: 0038654
2011-06-30 19:16shuehnerStatusscheduled => resolved
2011-06-30 19:16shuehnerFixed in SCM revision => https://code.openbravo.com/erp/devel/pi/rev/94bc85e2ea60 [^]
2011-06-30 19:16shuehnerResolutionopen => fixed
2011-06-30 19:16shuehnerNote Added: 0038655
2011-06-30 19:22shuehnerRelationship addedrelated to 0017857
2011-06-30 19:23shuehnerNote Added: 0038658
2011-06-30 19:23shuehnerStatusresolved => closed

Notes
(0038654)
shuehner   
2011-06-30 19:16   
Marking as resolved as commit was missing issue number.
(0038655)
shuehner   
2011-06-30 19:16   
https://code.openbravo.com/erp/devel/pi/rev/94bc85e2ea60 [^]

Column headers in CSV file exported from querylist will have the correct quotes
(0038658)
shuehner   
2011-06-30 19:23   
Tested in pi/pgsql (rev id:55dc67170bd7) first line of exported csv-file for querylist widgets is now using same quoting as the other lines.