Geek Logbook

Tech sea log book

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 sometimes lead to errors, especially if the string format is not consistent. In this blog post, we’ll explore a common issue with the split

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 transformation. When working with data, it’s common to encounter situations where you need to manipulate strings, such as splitting a string by a delimiter and accessing specific elements.

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 timestamps and strings. This blog post will guide you on how to extract the year, month, and day from two types of dates: