Bug 303969

Summary: bad import CSV : amount x 100
Product: [Applications] kmymoney Reporter: icare34 <richier7>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED DUPLICATE    
Severity: major CC: agander93
Priority: NOR    
Version: 4.6.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:

Description icare34 2012-07-23 16:56:54 UTC
When I import a CSV file, the amount are x 100.
The comma is reconize by the interface, but not by the import software.

Exemple of csv file : 
"Num";"Date";"Memo";"Libelle de l'operation";"Montant";"Type"
1;23/03/12;"A";"Restaurant";21,12;"debit"

After importation In KMyMoney 21,21 Euros become 2112,00 Euros !!



Reproducible: Always

Steps to Reproduce:
1.Create a csv file (cf details before)
2.Import this file
3.
Actual Results:  
2112,00 Euros

Expected Results:  
21,21 Euros

Under Ubuntu 12.04 LTS
French version (Ubuntu and KmyMoney)
Comment 1 Thomas Baumgart 2012-07-23 18:29:47 UTC
Check the setting for the decimal symbol. Looks like your environment is using a dot instead of the comma. That is causing the problem. If you don't find any suitable solution, please get back here and I am certain, someone will have more details for the solution.
Comment 2 allan 2012-07-23 21:04:41 UTC

*** This bug has been marked as a duplicate of bug 302181 ***