Hi,
I have been trying to remove duplicates from a excel file and then inserting them into work queue.
Excel file has 4 fields with 1 unique field ( say Product Code ). File has almost 100+ entries. I don't want non-unique values to be inserted into work queue.
Now what I am doing is using Business Object "Utility Collection Manipulation" and Action Stage "Collection Contains Values" to check every single item in the excel file and then removing the rows with non-unique value.
When I run this in Control Room, It works fine but takes more than 3 minutes to do so (depending on my logic and number of entries in excel file).
I want a better solution to this which can solve this problem in less than 10 seconds. I have heard that there are somethings like dataview, datatable, Code Stage which could have been used here to do this quite quickly internally itself.
Since I am very new to this technology, I don't know what to do. Please help!
Thanks.