🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Select a list of Attributes

User: "aryan_hosseinza"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "MariusHelf"
    New Altair Community Member
    Hi,

    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