How set parameters in SQL Server table from Copy Data Activity - Source: XML / Sink: SQL Server Table / Mapping: XML column

David Balderas 6 Reputation points
2022-05-04T21:42:22.047+00:00

Hello,

I have a question, hopefully someone in the forum could give some help here. I am able to pull data from Soap API call to SQL Server table (xml data type field actually) via Copy Data Activity. The pipeline that runs this process is metadata driven, so how could I write other parameters in the same SQL Server table for the same run? I am using a Copy Data Activity to load XML data to SQL Server table but in Mapping tab I am not able to select other parameters in order to point them to others SQL table columns.

In addition, I am using a ForEach Activity in order the Copy Data Activity iterates for several values of one column on SQL Server table.

I will appreciate any advice on this.

Thanks
David

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,517 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Ryan Abbey 1,171 Reputation points
    2022-05-05T20:39:52.203+00:00

    copy-activity-overview

    Sounds like that is what you're after