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
Read ARFF operator does not provide attribute names to subsequent operators
yzan
Member Posts: 66 Unicorn
When I connect the output of "Read ARFF" operator to "Select Attributes" operator, the select list in "Select Attributes" operator does not get populated by column names. This behaviour is inconsistent with behaviour of other readers like csv or database.
Note: The column names do not get populated even after running the whole process.
Workaround: Write the column names into the select lists.
Tagged:
0
Comments
confirmed bug in meta data propagation in Read ARFF operator. Thanks for reporting.
Scott
Workaround from engineering:
"You can add a breakpointer on Read ARFF, run into the breakpoint, edit the following operators that now do have meta data, and run the remainder of the process as a workaround."