Hi,
I extract the data from the column “email” as the image below.
Now, I want to remove duplicated emails in this output.
How can I do this? Please teach me.
Hi,
I extract the data from the column “email” as the image below.
Now, I want to remove duplicated emails in this output.
How can I do this? Please teach me.
Hi @khanh_dinh
Try this
String.Join( “;”,InputVar.Split(";"c).ToList().Distinct)
Thank you so much for your support.
@khanh_dinh Always Welcome. Happy Learning
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.