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
Select a list of Attributes
aryan_hosseinza
Member Posts: 74 Contributor II
Hi everybody ,
I have a list of attribute names as an example set , and I have another data source which I want to choose a subset of its features (these feature names are those listed in the first exampleset I mentioned) ,
Which operation should I use ?
Thanks ,
Arian
I have a list of attribute names as an example set , and I have another data source which I want to choose a subset of its features (these feature names are those listed in the first exampleset I mentioned) ,
Which operation should I use ?
Thanks ,
Arian
0
Answers
you could loop the values of the example set containing the attribute values with Loop Values and assemble a regular expression from the names, which you can then use in combination with Select Attributes to select the desired attributes.
This will include some macro-processing with Set Macro.
Best, Marius