compare multiple files and write

  • 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

  • Use a Lookup Transformation or a Merge Join (data will need to be sorted), if you can provide more information I can have a look for you.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply