View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000147 | SKGB-offline | io | public | 2014-12-05 11:48 | 2014-12-05 15:53 | ||||
Reporter | aj | ||||||||
Assigned To | aj | ||||||||
Priority | urgent | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Projection | redesign | ETA | < 1 day | ||||||
Platform | Mac OS X | OS | Java | OS Version | 8 | ||||
Product Version | 0.3 | Product Build | |||||||
Target Version | 0.4 | Fixed in Version | 0.4 | ||||||
Summary | 0000147: Support for varying CSV formats | ||||||||
Description | Excel doesn't seem to always be consistent about the CSV separator it uses. Sometimes it's the RFC 4180 comma, but sometimes it's the semicolon common in Germany. This behaviour might be dependant on the OS and its settings. | ||||||||
Steps To Reproduce | Craft a CSV file with commas as separators (or a file with a double line break at the end). The app will crash late with a DebitDataException. | ||||||||
Additional Information | RFC 4180 support of MG is unclear; need to keep out format the same. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
Relationships | ||||||
|
Notes | |
aj (manager) 2014-12-05 13:36 |
The "fix" for this is actually just a workaround that appears to solve the issue on the Mac. Windows testing is needed. Also, the underlying issue(s) with the CVS library remain. A complete rewrite of the CVS parsing code may prove necessary in the long run. |