45. Iterate over excel file sheets dynamically and copy them as a CSV file using Azure Data Factory

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

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

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

    Excellent work bro. Thanks!

  • @RAAMASHAAMYC
    @RAAMASHAAMYC 11 месяцев назад

    Awesome bro - I got the exact question from one interview where I mentioned the same case with azure functions + fpreach copy but this is more informative but for failed activity part.

  • @rk-ej9ep
    @rk-ej9ep 5 месяцев назад

    Awesome explanation..great efforts..👏👏

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

    Nice explanation bro 👍 👌 👏

  • @dipalipatil-uc7ll
    @dipalipatil-uc7ll 2 года назад

    nice work done by you

  • @alaknandanadi-yk5pd
    @alaknandanadi-yk5pd Год назад

    Hi..if I want the name of the sheet in the filename.csv then what should I do

  • @PraveenkumarVinukonda
    @PraveenkumarVinukonda 5 месяцев назад

    What if there is any other error in copy activity

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

    Good Effort sir

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

    I need all the output CSV files in single sheet one row below other, here the column header is same. could you please give me the solution for this

  • @SantoshKumar-yr2md
    @SantoshKumar-yr2md 11 месяцев назад

    great, I also encountered exact question

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

    Hello @WafaStudies: I do have scenario, in which I need to work with Excel of 250MB of size( multiple Sheets in it)
    Currently, the copy activity takes a lot of time, can you suggest in this case?

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

    Wafa, how can do That with data flow and apply a transformation to any sheet?

  • @CitizenIndia143
    @CitizenIndia143 2 года назад

    Hi Dude,
    Where I can meet you?

  • @chinmaykshah
    @chinmaykshah 2 года назад

    Hello do we have anyway to create json files for all documents available in cosmos mongo db api? I need to migrate data from cosmos mongo to google postgres any good way to achieve this?

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

    Sir my humble request please make video on microsoft interview process for azure data engineer role

  • @sanatkumar1497
    @sanatkumar1497 2 года назад

    Is any direct way to convert from azure SQL tablets into Excel sheet.

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

    Great job mate

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

    what if you want your pipeline to fail when legitimate errors occur?? this is such bad code

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

      Yes Hi Maheer you we may need to find some different logic because if some other error occurs inside until activity you will not able to find or log.Anyway attempt was good and got learn alot all the best thanks for sharing.

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

    Hi bro, I have one doubt is this logic applicable to multiple excel files with multiple sheets to generate a csv file, could u please clarify my doubts

    • @Sitaram-ek3cc
      @Sitaram-ek3cc Год назад +1

      @sravankumar1767 - Did you get the answer to your question? multiple excel files with multiple sheets to generate a csv file? if so pls share here

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

      ​@@Sitaram-ek3ccin our we used Metadata configuration in that we have to mention sheet sheetnames in configuration then it will generate each sheet as csv

  • @sudarshanthota3369
    @sudarshanthota3369 2 года назад

    Hi Anna from Kadapa. Your Videos awesome. How to copy each sheet at scheduled time. Example: I want to copy sheet 2 after 1 hour. Pls let me know if you have answer

  • @jamshedsalik8705
    @jamshedsalik8705 2 года назад

    Hi sir,
    I hope you're having a wonderful day.
    I have csv file with 3 columns
    ID Name Gender
    1 Raja Male
    2 Sara Female
    3 Aksha Male
    4 Ritu Female
    But i just want to read Female gender record and send to sink location
    Output:
    ID Name Gender
    2 Sara Female
    4 Ritu Female
    Can we achieve this in using Azure data factory?

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

      We can use Adf Dataflows filter transformation to filter Female records.