Write pipeline variable value to csv or text file?

Arthur Palm 26 Reputation points
2021-07-28T23:03:23.413+00:00

This question was already asked before here: https://social.msdn.microsoft.com/Forums/en-US/929f1bf5-9221-492a-9d7c-44db81b0363e/variable-value-write-to-blob-text-file?forum=AzureDataFactory

But there was no clear answer and the person who asked the question did not follow up on the question.

I have a pipeline variable. Is there a way to write the value of this variable (either string of array) to a csv/text file? The link above suggests using data flow,but how?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,623 questions
0 comments No comments
{count} vote

Accepted answer
  1. Vaibhav Chaudhari 38,916 Reputation points Volunteer Moderator
    2021-07-29T05:51:55.547+00:00

    Below thread has a workaround given by Kranthi where Copy activity > source > additional column setting is used to export variable value to file.

    https://stackoverflow.com/questions/60673220/transfer-the-output-of-set-variable-activity-into-a-json-file-azure-data-fact


    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav

    1 person found this answer helpful.
    0 comments No comments

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.