How to Load JSON File to Azure SQL Database Table in Azure Data Factory- Azure Data Factory Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ม.ค. 2025

ความคิดเห็น • 20

  • @zakariiabadis7203
    @zakariiabadis7203 3 ปีที่แล้ว +1

    I love u man
    U r always sharing good things with great explains

  • @AbhishekGupta-xb6ot
    @AbhishekGupta-xb6ot 3 ปีที่แล้ว +1

    Hi, this is great. Can we avoid importing Schemas in some way? I have copy activity which can take dynamic path for source json and destination Azure SQL table. I have 10 Json and I can use same copy activity for all if I can avoid import schemas in some way. One way will be import json data in file to a table with varchar(max) field and then Parse Json in Azure SQL using stored procedure dynamically. 1 Stored procedure for all json. However, I prefer to do more things in ADF rather than in Database.

    • @kunalsomkuwar9598
      @kunalsomkuwar9598 3 ปีที่แล้ว

      Hello Abhishek, have you done this? I'm having same scenario , please let me know if it worked for you!

  • @Chuukwudi
    @Chuukwudi ปีที่แล้ว

    Will this work if you copy from blob storage with multiple JSON files but each same schema? Will All the files in the blob storage pass through the pipeline and become one SQL DB?

  • @vedantshirodkar
    @vedantshirodkar ปีที่แล้ว

    Hi sir, the video was very informative. However, what should one do if we were supposed to insert the json text as a whole string object in a single column in database table ?

  • @shouryaslife3606
    @shouryaslife3606 3 ปีที่แล้ว

    Hi, great video. Can we do it for avro files also means in place of json files if we use any avro formate file then is it will work same as working for JSON?

  • @ManaviVideos
    @ManaviVideos ปีที่แล้ว

    What if json file added with extra columns and that we need to upload in next batch in same table?

  • @avnish.dixit_
    @avnish.dixit_ 3 ปีที่แล้ว

    What if he bested json and what to load in sql? Schema in source is not fixed? How can we do that?

  • @lucadelicio9883
    @lucadelicio9883 2 ปีที่แล้ว

    Hi, thank you for the video. It is possible to read the hyerarchical JSON and write the information in many different table in one passage of the pipeline?

    • @sakee7081
      @sakee7081 ปีที่แล้ว

      got any link? i am also looking for reading hierarchical Json. if so pls help

  • @harshbhanushali7190
    @harshbhanushali7190 3 ปีที่แล้ว

    how to add the validation before copy activity. Like suppose for any attribute in the json file, i want its length to only be 5, its should give an error if less or more than 5. How can we add that kind of validations in azure data factory

    • @TechBrothersIT
      @TechBrothersIT  3 ปีที่แล้ว

      No idea as of know. have to dig.

    • @harshbhanushali7190
      @harshbhanushali7190 3 ปีที่แล้ว

      @@TechBrothersIT Can you please check it and let me know please

  • @najeebshaik9064
    @najeebshaik9064 3 ปีที่แล้ว

    When I try to load. It is saying that direct load is not possible using copy command and asking me to enable staging

    • @TechBrothersIT
      @TechBrothersIT  3 ปีที่แล้ว

      what is ur source? for some sources you have to enable staging such as snowflake.

    • @najeebshaik9064
      @najeebshaik9064 3 ปีที่แล้ว

      @@TechBrothersIT Adls gen2

  • @TheDataArchitect
    @TheDataArchitect 3 ปีที่แล้ว

    I am unable to land the array column into TableStorage :(

    • @TechBrothersIT
      @TechBrothersIT  3 ปีที่แล้ว

      I have a video on that. check the playlist

  • @nghiatran1509
    @nghiatran1509 3 ปีที่แล้ว

    how to convert database in XBRL to Azure ?