Hi,

I have a csv file something like this.

1 Tony Newyork 23444
1 Tony Newyork 12343
2 Blake London 12332
2 Blake London 12344
2 Blake London 12344

Now using sql*loder, can i insert into a table only unique data.

Say 2 Blake London 12344 is repeated.
So i want only one record of this inside that table.

Can i control this from sql*loader while inserting into table