Hi all,
Someone tell how to delete the duplicates rows from the excel.
LMS_User_ID_Creation_Format.xlsx (8.4 KB)
From the attached excel i need each data only once rather than multiple time.
Anyone help me to resolve the issue.
Hi all,
Someone tell how to delete the duplicates rows from the excel.
LMS_User_ID_Creation_Format.xlsx (8.4 KB)
From the attached excel i need each data only once rather than multiple time.
Anyone help me to resolve the issue.
EMP_ID * | Name * | Email * | Mobile * | Alternate_No | Job_code * | Location_code * | Supervisor_code * | Last_working_date | is_active | Action * | Domain_id * |
---|---|---|---|---|---|---|---|---|---|---|---|
1234 | Naveen.S | Naveen.S@gmail.com | 1234567890 | 4321 | 5678 | 7890 | Y | Update | Naveenkumar.S.clo | ||
4321 | Navin.S | Navin.s@janabank.com | 8976543211 | 7890 | 4567 | 6789 | y | Update | Navin.s.clo | ||
4321 | Navin.S | Navin.s@janabank.com | 8976543211 | 7890 | 4567 | 6789 | y | Update | Navin.s.clo | ||
Jfs1234 | Navi | Navi@gmail.com | 1234567890 | 78909 | 7865 | jfs4567 | Y | Navi.s | |||
Jfs1234 | Navi | Navi@gmail.com | 1234567890 | 78909 | 7865 | jfs4567 | Y | Navi.s | |||
![image | 690x2](upload://r0a6nq7u5JJrW5aFixSvo20JKLc.png) |
Hi!
try this
dt.defaultview.ToTable(True,[ColumnName]).CopyToDataTable
Regards,
NaNi
Hi,
Use read range to read the excel data into data table.
use remove duplicate rows activity it would help you to remove duplicates from data tabe.
Finally use write range to write back into new sheet in your excel. thanks.
Hi,
Hope the following sample helps you.
dt = dt.DefaultView.ToTable("",True,dt.Columns.Cast(Of DataColumn).Select(Function(c) c.ColumnName).ToArray)
Regards,
Thanks all for your sincere replies, apart from your answer just I had found another easy way to delete the duplicate rows using the balareva activity as in the screen shot
Hi do you need to install a package for this activity?
yes you should
okey thanks, dont forget to attach the pacakages if you can and mark it as the solution
thanks
regards
ahmad