"While exporting to Excel i need to replace

User: "yogesh_kumar"
New Altair Community Member
Updated by Jocelyn
I need to have blanks data while exporting to Excel but  it is exported with "?" symbols , Please help me to show only blanks instead of Question mark symbol..

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MartinLiebig"
    Altair Employee
    Accepted Answer

    ? are representing missing values in RapidMiner. This can either be, because there was no value filled in a field, or because you did an operator which produced no viable value, like 0/0.
    Different software packages have different conventions how to represent missing values. We use ?, programming languages often NaN and Excel uses blank cells. So it's actually an accurate output.

    BR,
    Martin