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

  • MarcoBarradasMarcoBarradas Administrator, Employee, RapidMiner Certified Analyst, Member Posts: 271 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.