Azure data factory - adding a title row above the header row in a CSV file created

Ofri 26 Reputation points
2023-01-09T00:16:49.843+00:00

Hey,
I've created a copy activity between Azure SQL (source) and ADLS v2 (Text Delimiter sink).
I've mapped the headers correctly, and the file was created as intended.

Now, how can I create a "Title" row above the header row? I don't mind creating the Title row in the copy activity itself or after the file is created.

Thanks!

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,527 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,119 questions
0 comments No comments
{count} votes

Accepted answer
  1. MarkKromer-MSFT 5,216 Reputation points Microsoft Employee
    2023-01-09T07:50:33.767+00:00

    The way to achieve this is ADF is to use a Data Flow and then set the "Headers" property in the Sink Settings.

    3 people 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.