Transform data grom source to destination

Anandazure 46 Reputation points
2021-11-02T06:53:34.617+00:00

I have a folder in blob storage in that I have .csvfiles,.TXT files, and .Excel files how to load at a time to destination

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,351 questions
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.
4,402 questions
{count} votes

1 answer

Sort by: Most helpful
  1. ShaikMaheer-MSFT 37,896 Reputation points Microsoft Employee
    2021-11-03T06:26:17.857+00:00

    Hi @Anandazure ,

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

    We can use Copy activity, source tab "Wild card file path" option to achieve this.

    Step1: Create a dataset which points to your source folder.
    Step2: Create a dataset which points to your destination folder.
    Step3: Inside Copy activity Source tab, Select your step1 dataset and select "Wild card file path" option as shown below.
    145862-image.png
    Step4: Inside Copy activity Sink tab, select your step2 dataset.

    Hope this will help. Please let us know if any further queries.

    ------------------------------

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. 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
    • If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators
    0 comments No comments