Onbefore script to remove duplicates from import table
I have an jdbc connection that pulls in about 8000 records, I want to process all that are not duplicates. I have a serial number field, I would like to not even write the duplicated to my import set table. Is this possible in an onbefore script? Tha...
