Ask Your Question
0

What is the process of dynamically naming files in ADF when transferring BLOB data through Data Flow and copying it into SQL Database using Copy Activity?

asked 2022-05-01 11:00:00 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-02-01 18:00:00 +0000

scrum gravatar image

The process of dynamically naming files in ADF when transferring BLOB data through Data Flow and copying it into SQL Database using Copy Activity involves the following steps:

  1. Create a parameter in ADF to store the file name.

  2. In the Data Flow source transformation, use the "Derived Column" transformation to set the value of the parameter to the desired file name.

  3. Use the "Sink" transformation to write the output of the Data Flow to Blob Storage, using the parameter as part of the file name.

  4. In the Copy Activity, use the "Blob Source" to specify the Blob Storage location and the file name using the same parameter.

  5. Use the "SQL Server Sink" to write the data to the SQL Database.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-05-01 11:00:00 +0000

Seen: 15 times

Last updated: Feb 01 '22