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