🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

[SOLVED] Decimal point vs comma in rapidminer

User: "julio_f_castro"
New Altair Community Member
Updated by Jocelyn
Dear Sirs,

I have been using very happily Rapidminer for some time and I think it is a great product. Congratulations.

I am almost embarrassed to ask this question, but I could not find any documentation, nor found anyhting through forum-search, nor google.

The question is very simple:
I am accessing a database with decimal values, and for some reason Rapidminer sets the decimal point as a ".".
My computer, excel, the database itself, represents the decimal point as a ",".
Apparently internaly rapidminer uses the "." internally as it adds-up well, but if  I want to put data into a report, it makes live hell...

Sorry if this is too easy, but still would very much appreciate an answer... :-)

Thank you,

Julio

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "MariusHelf"
    New Altair Community Member
    Hi Julio,

    I fear the answer to your question is really simple, but not in the way that you hoped: in general, it is simply not possible to change the number format of RapidMiner.

    However, if you use the Write Excel operator to write xlsx files, you can specify the number format. Maybe this is already sufficient?

    Happy Mining!
    Marius
    User: "julio_f_castro"
    New Altair Community Member
    OP
    Hi Marius,

    Thank you for the quick answer!. Interesting that a "German" company chose that particular representation :-) I suppose there is some legacy involved here.

    My main issue is that I am using the reporting extension, indeed in xls format, but no options are available there to set the decimal separator.
    The reporting extension is great as it allows to create multiple sections, which is really a must for more complex reports.

    Any alternative you can think of?

    Thank you!

    Julio
    User: "julio_f_castro"
    New Altair Community Member
    OP
    Solution: Format Number operator, with the right Locale, before writing or exporting.
    Should have thought about this...
    User: "MariusHelf"
    New Altair Community Member
    Thanks for sharing your solution!