I have 1 input files, which has 5 fields,
now 1 field I need to compare with file1, 2 with file3 and remaining with file 3.
if all r match , I need to write that record to table(in oracle) .if not I need to write those records in excp files,
how to do in ssis, I don't know about script task how to open files and read fields in c#.
thanks