How to import nested JSON object (JSON data file) in Microsoft SQL Server

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ก.ย. 2024

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

  • @tierneyjacksonsmith7440
    @tierneyjacksonsmith7440 3 วันที่ผ่านมา

    Exactly what I needed - excellent demo!

  • @nikolaybaranov2213
    @nikolaybaranov2213 6 หลายเดือนก่อน

    Great example of parsing a complex JSON tree. Thanks!

  • @malaikannanjothi9358
    @malaikannanjothi9358 3 หลายเดือนก่อน

    Well Explained with good example...Thanks

  • @TomasMisura
    @TomasMisura 4 ปีที่แล้ว +2

    Believe me or not but I needed tutorial like that. I work on a project where I need to parse huge amount (3000+) flies and that contain very complex JSON structures and regarless of my previous experience with JSON as such I have almost gave it up. this tutorial helped me a lot. Thank you very much!

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

    Spent hours trying to figure this out. So glad this video exist!!!!

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

      Glad the video helped!

  • @vishaljhaveri7565
    @vishaljhaveri7565 8 หลายเดือนก่อน

    This is an excellent video tutorial covering major things regarding JSON Parsing. Thank you so much!

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

    Great class.
    Keep up the good work.
    Thank You,
    Natasha Samuel

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

    Muito obrigado. Seu tutorial me ajudou muito, agradecimentos do Brasil.

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

    You help me a lot. Thanks a lot!😀😀😀

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

    I tried it but while parsing the records I got only the first record in result. Please help

  • @brothertoughlove
    @brothertoughlove หลายเดือนก่อน

    Where can you download the JSON in this video?

  • @zonayedahmmed2670
    @zonayedahmmed2670 4 ปีที่แล้ว

    This is brilliant stuff.

  • @krishsiva7262
    @krishsiva7262 7 หลายเดือนก่อน

    Bro how to get all column in dynamic

  • @zonayedahmmed2670
    @zonayedahmmed2670 4 ปีที่แล้ว

    where to download the json file and this code.? please let me know.

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

    Thank you !

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

    Hi Jie Jenn- Can u please share the Final query which you have used in this tutorial?

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

      Don't have the script anymore.

  • @mukeshsomvanshi6657
    @mukeshsomvanshi6657 4 ปีที่แล้ว +1

    I have prompted with Error:
    Must declare the scalar variable "@json_table".

    • @mukeshsomvanshi6657
      @mukeshsomvanshi6657 4 ปีที่แล้ว +1

      sorry..my mistake i was on remote server and file path is located local system.

  • @elhassanaitelhadj8796
    @elhassanaitelhadj8796 4 ปีที่แล้ว

    thank you, it is really helpful, in my case i have just one problem : i have multiples columns with the same name like "id" with different level (nested json) and different values, that's generate an ambiguity between all attributs with the same name, i found for instance one in your script (title) which has the same name and same value, any help !?

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

      I realize this is a response to a months old question, but I just worked through the same problem, after finding this tutorial. Maybe it will help someone. You just need to specify the table with the column. When you cross apply, you assign a different table to each tier/object. For example, SELECT TableA.ID, TableSnippet.ID, etc. to differentiate the same column names.

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

      @@captainmoonrock
      Is this video show how to set up automate pipeline from json source into staging or data warehouse?

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

    Thank you , without as json its show NULL help

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

    Getting error as incorrect syntax near openrowset

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

      Fix your syntax.

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

      @@jiejenn suggest if anything's wrong

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

      @@jiejenn I had one more question, does the code support in azure synapse data warehouse?