mainit123
Technical User
- Jan 24, 2005
- 25
I generate flat ASCII text files in a application where each row contains a full name e.g., John Q. Public. It is unavoidable that I will end up with duplicates of some names so naturally, I am looking to pare down the output file to only unique entries. While I know I could write code to look at each incoming read and compare it to what has already been read, I am asking if there is a function or method that is designed already to do just that?
Thanks.
Thanks.