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

How to build query from config file in rapidminer

anuradhaanuradha Member Posts: 5 Contributor II
e.g I have config file that contain one column Details
Details
Name
Age
Id
Marks

When building query I want to read fields from config 

              Select Name,Age, Id,Marks where Id>10

Answers

Sign In or Register to comment.