I’m trying to delete duplicate column in Product and other blank data in Price column and repeat the process but it seems that datable needs to modify constantly but uipath wouldn’t let me is there any other way
DeleteBlankdata.zip (111.2 KB)
Hi!
Have a view on this thread
Regards,
NaNi
sorry about my naivety but i don’t quit understand the linq code can u please kindly share work flow if you don’t mind
Just follow the below step!
newDT = inputDT.DefaultView.ToTable(True,“col1”,“col2”)
Regards,
NaNi
this resolve first column but for the second col is to remove null there is no duplicate
Can you show me the data which is available in excel?
for removing the empty rows from a excel you can use filter data table.
column mention column name and operation is is Empty
Regards,
NaNi
Hi @Sa_Ge,
xaml:
RemoveDuplicate_Null.xaml (6.6 KB)
sample input & output:
MouseData.xlsx (9.9 KB)
Thanks!
Hey @Sa_Ge ,
Below XAML will give you filtered data which doesn’t have duplicate and the Null.
RemoveDuplicateAndNull.zip (14.0 KB)
Let me know if you face any issue
I didn’t notice it could use that way thanks a lot. it helps me greatly.
Thanks a lot for helping me out I didn’t notice it work that way appreciated it.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.