Not able to insert merge values in one row using ssis?

  • I have two excel source on one excel file 1st fetching value date and 2nd fetching value price now i have tried merge then union all also to get those two values in one derived column but when i execute my package it is inserting values separately. like this into two rows one by one but i want to insert these two values in one row only.

    for example this is my problem:

    date price

    12-12-2001 null

    date price

    null 54

    but i want it in one row only like

    date price

    12-12-2001 54

  • Do you have a field in common (an id) between the two sheets so that you can do a Merge Join as opposed to a Merge?

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

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