Hi Guys, We have a CSV file, to upload in database, but while uploading data in database, we need to apply the condition while insert. 2 column values in csv found in table then we need to update the rest columns in table while insert in sqlloader, if 2 column values in csv are not found in table then it should insert new row in table. Please suggest. Thanks in advance.