The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Result writer into excel
sudheendra
Member Posts: 22 Maven
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
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:
0
Answers
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