Skip to main content
Solved

Remove row the same attribute, keep only one

  • January 4, 2019
  • 2 replies
  • 93 views

hoa_le
Contributor
Forum|alt.badge.img+5

Hi all,

I want to remove duplicate rows, keep only one.

For example: An Vân 2 rows, keep only row. Could you tell me how to make it? Thank you

Best answer by parashari

Hi @hoa_le. You can try DuplicateFilter transformer, select the Ket Attributes and connect your writer to Unique output.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

parashari
Forum|alt.badge.img+2
  • 132 replies
  • Best Answer
  • January 4, 2019

Hi @hoa_le. You can try DuplicateFilter transformer, select the Ket Attributes and connect your writer to Unique output.


hoa_le
Contributor
Forum|alt.badge.img+5
  • Author
  • Contributor
  • 142 replies
  • January 4, 2019

Hi @hoa_le. You can try DuplicateFilter transformer, select the Ket Attributes and connect your writer to Unique output.

Thank you, @hellblazer