How to converts string data to Base64 using azure data factory

Praveen Kumar 21 Reputation points
2021-06-23T10:47:13.167+00:00

How to converts string data to Base64 using data factory

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
{count} votes

Accepted answer
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2021-06-24T14:55:14.4+00:00

    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.

    109068-pipelineexpression.gif

    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

    109040-dataflowexpression.gif

    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.
    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

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.