Hi
I am writing a script that takes data from a source and puts it into a destination data table.
The script should check if the record already exists in the destination table by checking the ID.
I have used the ArrayList.Contain functionality to do this in the past with good success. I am running into a bug where the source data seems to always be added. When I check the data I see I have duplicate records. I thought my script was not allowing for that? I can't quite see what the issue is as I used very similar code previously and it worked fine.
Here is some code. I can provide a sample file if that is helpful.
Any thoughts would be appreciated.
![]()
Please Login or Register to view this content.
Bookmarks