Function in adf

Vineet S 730 Reputation points
2024-07-17T03:51:27.6433333+00:00

Hi what are the functions in adf Pls help me with screenshots

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,521 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 31,871 Reputation points MVP
    2024-07-17T04:50:03.0733333+00:00

    In case if there is need for any dynamic values or some transformations, you can use functions within ADF :

    User's image

    There are diff types of functions and the below doc explains all those in details :

    https://video2.skills-academy.com/en-us/azure/data-factory/control-flow-expression-language-functions

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. NIKHILANETHIKUNTA 1,425 Reputation points Microsoft Vendor
    2024-07-17T05:15:15.9666667+00:00

    Hi @Vineet S
    Thank you for your question and using the Microsoft Q&A platform.
    Azure Data Factory (ADF) supports a wide range of functions that can be used in expressions. Here are some of the categories of functions supported by ADF:

    1. String Functions: These functions perform operations on string data types. They include functions like concat, replace, split, length, etc.
    2. Conversion Functions: These functions are used to convert data from one type to another.
    3. Date Functions: These functions are used to manipulate and format date and time values.
    4. Logical Functions: These functions perform logical operations and include functions like and, or, not, etc.
    5. Math Functions: These functions perform mathematical operations.

    Please refer to the below related documents for more help:
    https://video2.skills-academy.com/en-us/azure/data-factory/control-flow-expression-language-functions
    https://video2.skills-academy.com/en-us/azure/data-factory/how-to-expression-language-functions

    In the below screenshot, I have selected the "Length" function. It returns the number of items in a string or array.
    User's image

    Hope this helps. Do let us know if you any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.