The Altair Community and the RapidMiner community is on read-only mode until further notice. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here.
Options

How to write one row only out of 10 in Write db

sgnarkhede2016sgnarkhede2016 Member Posts: 152 Contributor II
Hello,

I have data that contain 10 row and all status "Yes" I want to store only one record in that table because all status are same aganiest class

e.g  Class   Status
1                  Yes
1                   Yes
1                    Yes

Answers

  • Options
    MarcoBarradasMarcoBarradas Administrator, Employee, RapidMiner Certified Analyst, Member Posts: 272 Unicorn
    @sgnarkhede2016 you could do any of the following options
    • Remove Duplicates before writing to DB
    • Filter Example Range with first example=1 and last example=1
    I would need more context to understand your task could be achieved with any of those operators.
Sign In or Register to comment.