2. How to copy a specific file from folder using parameterized dataset in azure data factory

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 22

  • @atlanticoceanvoyagebird2630
    @atlanticoceanvoyagebird2630 Месяц назад +1

    I never understood this confused parameterized value passing from other instructors except your teaching methods that remained clear explanations. I am learning a lot of things from you which I could not enjoy from other sources. Muhammad Khan from North America.

  • @sivakrishnareddyseelam296
    @sivakrishnareddyseelam296 3 месяца назад +1

    I love to watch your azure content very concisely

    • @sivakrishnareddyseelam296
      @sivakrishnareddyseelam296 3 месяца назад

      Please make interview questions and how to approach to tell it will be helpful for me

  • @sdhilip
    @sdhilip 2 года назад +1

    Very good live use case. Fantastic explanation, Annu

  • @avinashthakur4744
    @avinashthakur4744 2 года назад +1

    Very nice explanation Annu
    Keep up the good work ✌️✌️😊

  • @sravankumar1767
    @sravankumar1767 2 года назад +1

    Nice explanation 👌 👍 👏

  • @temitayomakinwa8897
    @temitayomakinwa8897 6 месяцев назад +1

    Thank You Annu! This is great content!
    Keep up the good work!

  • @harshbrahmbhatt3727
    @harshbrahmbhatt3727 2 года назад +1

    Your content is really nice Annu🔥👏..keep posting more such content👍

  • @mohitupadhayay1439
    @mohitupadhayay1439 6 месяцев назад

    Great content.
    Would like to see full end to end implementation for a real time sceanrio.

  • @kirankavya
    @kirankavya 2 года назад +1

    Keep it up 😊

  • @karaokekim4237
    @karaokekim4237 7 месяцев назад +1

    I'm a newbie to ADF. Thanks for the videos. How can I copy multiple files that exactly match from a folder at once (filecsv, file.pdf, file.xml).

    • @grim_rreaperr
      @grim_rreaperr 7 месяцев назад

      So to re-iterate the requirement is to copy multiple files using one copy activity?
      If yes please check my approach
      Step-1: point your source DS to the container in source side of copy activity
      Step2: select wildcard file path under File Path Type in source side of copy activity
      Step2: ensure recursive flag is enabled in source side of copy activity
      Step3: select PreserveHierarchy under copy behaviour in sink side of copy activity

  • @GaneshDasari-s6l
    @GaneshDasari-s6l 2 месяца назад

    Thanks for the video. I have scenario like how to copy SharePoint files to Azure storage using ADF parametrize country wise.

  • @rohitsethi5696
    @rohitsethi5696 Год назад +1

    scenario 1) This is one job of SSIS there are 5 FTP each ftp has user id and password are store in Table .Second table having the file name .There are 3 types of files .Out of 3 files 2 are mandatory and 3th file are not mandatory . if mandatory files are missing then send email the file name are missing with Job name. and stop the Package .Minatory file start from ZA.*.csv and non mandatory file name start A*.csv next is data business logic.
    2) files zip format download to local drive and after completing of PKG file then zip it and send to FTP with new date and delete downloaded files

    • @azurecontentannu6399
      @azurecontentannu6399  Год назад

      Hi Rohit thanks for putting so much effort in sharing the scenario, I will see if I get a chance will try to replicate in adf. I haven't worked in ssis, but I can corelate with most of the requirement in the above scenario. Thanks for supporting the channel.

  • @satyareddy8139
    @satyareddy8139 2 года назад +1

    How can I copy desired multiple files from a folder at once.

    • @azurecontentannu6399
      @azurecontentannu6399  2 года назад +1

      You can check the 3rd video of the playlist and after getmetadata , you can use filter activity to filter out the files you want to copy writing some condition.
      Check 4th video you will get better idea

  • @aswinvenkatesh9840
    @aswinvenkatesh9840 3 месяца назад

    =