Tag : azure

I have 10 folders from that i have given filter activity condition to extract a folder name ‘Series’. Inside that folder again i have different folders and again i have given filter activity condition to extract a folder name ‘Schedule’. again inside that folder i have 5 different folders and inside those 5 different folders, i have multiple files and from those files i need to extract only files which are ending with ‘2023102..

Read more

Lets say i have a 5 different folders and inside each folder i have 10 files. Now i have to extract only single files from each folder and those files need to use as a source (ADLS Gen2) for copy data activity and load into Target (SQL Table). This i need to acheive by using Filter activity condition. So how can i write that condition for multiple files inside multiple f..

Read more

I have a source file in ADLS Gen2 and target as sql db. But when im going to copy the data into SQL table, the below error it is giving
Failure happened on ‘Sink’ side. ErrorCode=SqlOperationFailed,’Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=A database operation failed. Please search error to get more details.,Source=Microsoft.DataTransfer.ClientLibrary,”Type=System.InvalidOperationException,Message=The given value of type String from the data source cannot be converted to type nvarchar of the specified target column.,Source=System.Data,”Type=System.InvalidOperationException,Message=String or binary data would be truncated.,Source=System…

Read more