Hi @Ashok Kumar Bollineni ,
Welcome to Microsoft Q&A forum and thanks for your query.
We do not have out of box feature/function for this conversion from amount number to word. You will have to write your own transformation logic and use that in Function activity or Custom activity of your ADF pipeline to achieve your requirement.
Please refer to below sources on how to use function activity in ADF pipeline:
Video: Run Azure Functions from Azure Data Factory pipelines
Blog by community expert (Disclaimer: Not MSFT owned) : https://www.mssqltips.com/sqlservertip/6208/integrate-azure-function-into-azure-data-factory-pipeline/
Please refer to below few docs which can help to write Azure function:
- Create a function in Azure with Python using Visual Studio Code
- Create a C# function in Azure using Visual Studio Code
- Create a PowerShell function in Azure using Visual Studio Code
Also please refer to this sample program to convert a given number to words (Source: From public blog - Not MSFT owned) : Program to convert a given number to words
Hope this information helps.
----------
Thank you
Please do consider to click on "Accept Answer" and "Upvote" on the post that helps you, as it can be beneficial to other community members.