Excel Source as Lookup Transformation Connection

前端 未结 3 1350
深忆病人
深忆病人 2020-12-10 07:58

I need to have Lookup Transformation Task, where Connection will be a Excel Source. But SSIS allow to set only OLEDB Connection as Connection.

Is there any possibil

3条回答
  •  抹茶落季
    2020-12-10 08:14

    To clarify the solution using a Merge Join and an Excel DataSource:

    You can use a Excel datasource as an input to the Merge Join transformation.

    Some requirements to consider:

    • Make sure that the joined columns have matching metadata
    • I experienced a problem with sort order in setting up the join. You may want to either sort the data coming from the sources a sort transformation.

提交回复
热议问题