Hi gurus,
I have scenario that I loop through set of files and load them into db and then archive those files into Archive folder., which I did fine. Now, there is a chance that there may be same filename with (same rows + some additional rows) added to it and loaded into the folder. so, I dont want to insert those same rows into my db., I just want to insert new rows. How can I do that.Can anyone explain me in detail.
FYI: I also filename into my db for some additional purpose.
Please help me with this.