Result writer into excel

sudheendra
sudheendra New Altair Community Member
edited November 5 in Community Q&A
Hai,

How can I write my result into an excel sheet. My intention is to save the aggregate functions(SD,AVG etc) and to take it again into RM  for further analysis. I am using the following process

DatabaseExampleSource[1] (DatabaseExampleSource)
  +- Nominal2Numerical[0] (Nominal2Numerical)
  +- Aggregation[1] (Aggregation)
  +- ResultWriter[1] (ResultWriter).

Here I am getting the result as .res file, but not getting in excel format after saving it with .xls format.

Thanks,
Sekhar
Tagged:

Answers

  • land
    land New Altair Community Member
    Hi,
    if you are going to write an ExampleSet, you should take a look at the ExampleSetWriter, not the generic ResultWriter. There's an operator called ExcelExampleSetWriter, which does want the name already says: Writing an example set into an excel file.

    Greetings,
      Sebastian