How to get Unique values using Talend?

Requirement:

We have  employee table  who attended the talend quiz with 3 columns and duplicates values as shown below.


 Requirement is each emp how many times attempted a quiz? attempt in talend?

 Input:

name

score

count

swathi

9

2

akshaya

8

1

varaprasad

10

2

swathi

9

2

sanjay

10

3

varaprasad

10

2

sanjay

10

3