Data integration tasks can be divided into two groups: those of data movement and those of data transformation. In Chapter 2, you created an Azure Data Factory pipeline that copied data from one blob storage container to another – a simple data movement using the Copy data activity. The Copy data activity is the core tool in Azure Data Factory for moving data from one place to another, and this chapter explores its application in greater detail.
The data movement performed in Chapter 2 was unstructured. By choosing ...