Tag: Azure
All the articles with the tag "Azure".
-
Filtering Data in Azure Data Factory: Keeping Only "FileWrite" Operations
In this post, I’ll walk through how to filter rows in Azure Data Factory (ADF) using the Filter activity to retain only the rows where a specific column ( OperationName ) has the value "FileWrite".
-
Extracting the Last Element from a Delimited String in Azure Data Factory
When working with data in Azure Data Factory (ADF), it's common to deal with delimited strings. You might need to extract the last element from such strings. For instance, given a string like
-
Handling Split Errors in Azure Data Factory: A Step-by-Step Guide
In Azure Data Factory (ADF), we often use expressions to manipulate strings and extract specific parts of data. One common operation is splitting strings based on a delimiter. However, this can
-
Filtering Items in Azure Data Factory: Excluding Items That Begin with an Underscore
Azure Data Factory (ADF) is a powerful tool for building ETL (Extract, Transform, Load) workflows in the cloud. One common requirement is to filter data or files based on certain conditions. In this
-
Extracting Year, Month, and Day from Dates in Azure Data Factory
In Azure Data Factory (ADF), working with dates is a common task, especially when dealing with data transformations and scheduling tasks. ADF allows you to handle dates in different formats, such as
-
Splitting Strings and Accessing Elements in Azure Data Factory
Introduction Azure Data Factory (ADF) is a powerful cloud-based data integration service that allows you to create data-driven workflows for orchestrating and automating data movement and data