Data Factory Append

Adrian 181 Reputation points
2021-08-27T15:32:42.557+00:00

Hey!

I am looking to see if there is any way to 'append' data in azure data factory.

127148-image.png

Here is how my data flow looks, each of these datasets have two columns, instead of saving them all into separate files, can I append them together and save into one file?

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,378 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,523 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,635 questions
0 comments No comments
{count} vote

Accepted answer
  1. ShaikMaheer-MSFT 38,546 Reputation points Microsoft Employee Moderator
    2021-08-30T11:04:18.04+00:00

    Hi @Adrian ,

    Thank you for posting query in Microsoft Q&A Platform.

    If you are trying to appended columns from different sources then, You can achieve this using Surrogate Key transformation and Join Transformation.

    • Use Surrogate Key transformation on each source data to get unique id columns.
    • After that use Join transformation to join different sources data on the Unique column what we generated above.

    If you are trying to append rows then you can use Union Transformation.

    Hope this will help. Please let us know if any further queries. 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 notification.

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.