[Kmymoney-devel] Re: Review Request: Updates to CSV Plugin

allan agander93 at gmail.com
Wed Jan 5 12:01:59 CET 2011


On 05/01/11 00:53, Alvaro Soliverez wrote:
> You might want to take a look at KLocale or talk to John Layt about 
> this. He is the KDE guy to go about Locales. He's currently on 
> vacation, but we might get a hold of him here and there.
>

Yes, it was KLocale I used to provide the substitute decimal separator 
in my hack.   I came across his name via Google, so if I get stuck.....

Allan

> Please continue this discussion on the list, as the patch is already 
> commited. At least until there's code to review again.
>
> On Tue, Jan 4, 2011 at 9:43 PM, Allan Anderson <agander93 at gmail.com 
> <mailto:agander93 at gmail.com>> wrote:
>
>     This is an automatically generated e-mail. To reply, visit:
>     http://svn.reviewboard.kde.org/r/6238/
>
>
>         On January 4th, 2011, 12:38 p.m., *Cristian Onet* wrote:
>
>             I don't know if this ever worked but now that I can import my bank statement with this patch I have a problem with the amounts.
>             My bank has '.' as a decimal separator and ',' as thousands separator it seems that the plugin can't handle that. The text delimiter option seems to work fine.
>
>         On January 4th, 2011, 12:54 p.m., *Allan Anderson* wrote:
>
>             That's strange - those are my settings too.  Also, in the file you sent, there is an item with a thousand separator and decimal point and that imports for me OK.
>
>             My first thought was your locale settings, but obviously that's daft as you'd have noticed that many moons ago.
>
>             What exactly happens?  Can you import the file you sent to me?  When I import it, all I have to do is set the field separator to ";" and it displays and imports perfectly.
>
>             If you are able to anonimize your file in question, I'd better have a look.
>
>         On January 4th, 2011, 1:57 p.m., *Allan Anderson* wrote:
>
>             An after-thought.  It looks like your bank and your locale aren't on speaking terms.  If you haven't already tried this, could you temporarily switch to UK locale and try again, please?
>
>         On January 4th, 2011, 2:42 p.m., *Cristian Onet* wrote:
>
>             Setting the decimal separator in locale to '.' fixes this problem but it leaves my system with a strange locale. AFAIK the MyMoneyMoney object takes the decimal/thousand separator decision based on which one is first (if they are both present) in the string.
>
>         On January 4th, 2011, 2:47 p.m., *Cristian Onet* wrote:
>
>             Locale should matter when displaying data not when importing it.
>
>         On January 4th, 2011, 3:17 p.m., *Allan Anderson* wrote:
>
>             <  Locale should matter when displaying data not when importing it.
>
>             But, how can it display correctly if it hasn't been imported correctly?
>
>             I've imported several files in 'EU' locale, by setting my locale appropriately, so to my naive thinking, it looks like the locale is involved.
>
>             What do you suggest?  I would think that in the majority of cases, a user's file will be in his native locale, but obviously that can't now be taken for granted.  The present UI already is pretty busy, and copes with most cases.  What about, in the exceptional circumstance, allowing specification of the decimal separator in the resource file, so it's invisible in normal use?
>
>         On January 4th, 2011, 3:51 p.m., *Cristian Onet* wrote:
>
>             I would prefer autodetection but leave it as it is for now. Please submit the patch.
>
>     Now that the patches are out of the way, I've had a quick and dirty first hack at this.  With a file having 'EU' type ','
>     decimal separator, I've inserted a replace(',', 'locale version'), which does the trick.  Needs more thought because the
>     decimal separator has now become a thousand separator, and I don't want to convert it back!  How fussy are we about
>     thousand separators?  Could I just remove them?  Or, use my brain a bit more?
>
>     Then there's the question I raised about how to specify the separator.  A couple of extra boxes could go in the UI,
>     but I don't like that idea as it's more for users to wade through.  I would go for a flag in the resource file.
>     Normally it would not be set and no-one would be any the wiser.  Except, when it's needed, the user specifies what
>     character/s need/s changing into the current locale equivalent.
>
>     Should I proceed?
>
>
>     - Allan
>
>



More information about the KMyMoney-devel mailing list