How to converts string data to Base64 using data factory
How to converts string data to Base64 using data factory
Hi @PraveenKumar-8497 ,
Following up to check, below provided answer help you. Please Accept Answer and Up-Vote. This will help community. Thank you.
Hi @PraveenKumar-8497 ,
Just checking is below provided answer help you. Please Accept Answer and Up-Vote. This will help community. Thank you.
Hi @PraveenKumar-8497 ,
Just check is below provided answer helps you. Please Accept Answer so that other community people also get benefit. Thank you
Hi @PraveenKumar-8497 ,
Is below provided answer worked for you. Please Accept Answer that helps community as well. Thank you
Hi @PraveenKumar-8497 ,
Welcome to Microsoft Q&A Platform. Thank you for posting your query here.
UseIf you would like to convert string value in to base64 in pipeline expression:
"base64()" function to do that.
In below example, I am trying to convert "name" column data to base64 usingIf you would like to convert string value to base64 in dataflow expression:
"toBase64()" function
Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
Want a reminder to come back and check responses? Here is how to subscribe to a email-notifications.
Hi Shaik,
Thank you for your response, could you please confirm, how much data can handle by base64(), I heard from one of the techiee, it could not convert if it has more than 5000 chars.
Thanks
Praveen
Hi @PraveenKumar-8497 ,
Thank you for follow up question. Please Accept above Answer if that help you. That will help community.
Regarding data size by base64(), there is no limitation defined as per the documentation. Please check below links for more details.
https://docs.microsoft.com/en-us/azure/data-factory/data-flow-expression-functions#tobase64
https://docs.microsoft.com/en-us/azure/data-factory/control-flow-expression-language-functions#base64
Could you please help me understand, you faced any issues or errors beyond 5000 chars. If yes, it would be great help if you can share error screenshot or details to check further. Thank you
4 people are following this question.