Hi @Praveen Kumar ,
Welcome to Microsoft Q&A Platform. Thank you for posting your query here.
If you would like to convert string value in to base64 in pipeline expression:
Use "base64()"
function to do that.
Example: Here, I am converting string data "Hello World" in to base64 format and storing it in to variable.
If you would like to convert string value to base64 in dataflow expression:
In below example, I am trying to convert "name" column data to base64 using "toBase64()"
function
Hope this will help. Thank you
- 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.