13. Add additional columns during copy in Azure Data Factory

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ธ.ค. 2024

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

  • @max2000222
    @max2000222 10 หลายเดือนก่อน +1

    I've been researching adding additional columns to the output for a week and finally a video of what I want to do. Thank you very much sir from a new subscriber.

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

    You are my favorite ADF resource. Clear and well-designed problems in each video. Thank you.

  • @sudipmazumdar5358
    @sudipmazumdar5358 2 ปีที่แล้ว +1

    Always learning new things from your videos. Really appreciate the effort you have put in for making these.

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

      Thank you ☺️

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

      @@WafaStudies Thanks for the cool videos. what if you have more than one files?

  • @shaileshsondawale8765
    @shaileshsondawale8765 2 ปีที่แล้ว +1

    What a wonderful efforts you are putting in..

  • @papachoudhary5482
    @papachoudhary5482 4 ปีที่แล้ว +3

    Thanks! Sir, for your GREAT effort for us.
    God Bless You

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

    Very understandable to new learners. Thank you for your sharing^^

  • @jatinjain-g2c
    @jatinjain-g2c 6 วันที่ผ่านมา

    can this value be integer ? or it supports only string ?

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

    Awesome...Grate effort Maheer

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

    very very helpful. Thanku soo much for this Demo

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

    Thanks You very much for such a great video. Please let us know how to add additional columns for database source to database sink

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

      It will be same. I used blob datasets. In your case use db datasets

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

    How to create an additional column from an ordinal column where there it NO header? I can't seem to find anything on this.

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

    Suppose we have 3 column in source file and in table we have 4 column in the sink. And we want to do one to one mapping for that and the addition column in sink we should get it as NULL while mapping it is possible?if yes.. Can you say the steps for that.

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

    Awesome...Grate effort Bro

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

    How can we implement functions in additional columns like utcnow() , int ... If I am trying to use it throws error like expected array but got string...Could you pleas ehelp?

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

    Thanks for the video, You have added the new columns in file, is it possible to add the columns in Table, Thanks

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

    The channel which i used to start my Datafactory with zero to medium level

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

    Hi, How can we append two columns using additional columns. Here we are using $$column and loading for only any one column requirmrnt for two column add need to be appended.

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

    Is there any way to add those columns at beginning not at end

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

    I have a Column like date and i have to derive and make it as a datekey and add as a column can i do that here without using Data flow.

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

      Think I am asking a similar question... did you find a way without using a data flow/derived column?

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

      @@antonymjellis yes we can do easily

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

      @@parthnigam1782 can u explain how it is , thanks

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

    Can we use derivee column here

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

    Nice video...keep posting..

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

    Can we add file_name using data flow activity? I tried by using derived column but no luck

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

    Sir any way to copy data frm access db to sql using adf copy function

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

    Hi great channel but can I ask... is there anyway within a copy activity to reference an existing source column and enclose within an expression? Within the new "additional column" field apart from system variables I see now way to do this without having to go down a data flow/derived column route. It seems a shame because all I wanted to do was to convert a date from a CSV into a date so that ADF does not throw an error when trying to sink to a date field within D365. E.g. @formatDateTime([date_of_validation]) where [] is a source field.?

    • @lmao--
      @lmao-- 2 ปีที่แล้ว

      Hi, I faced similar issue as you. After digging deeper, the answer is 'no, we cant'. There is a great explanation in this video I found - th-cam.com/video/OE6nbm4wlkw/w-d-xo.html

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

    can we add sequence number like this

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

    Thank you, this helps.
    I am trying something similar but my target is an existing SQL table. I added additional columns in source but it does not show up in mapping, any idea on this ?
    Thanks for your help

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

      Are getting names with data type?

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

      I want only names not data type name. How should I get that?

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

    THANK YOU VERY GOOD RESOURCE !

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

    nice video sir,
    present this option is not there in copy activity

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

    My additional column is not appearing when I map, any idea?

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

      You have to click "Import Schemas" on mapping tab to see new add'l columns.

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

    How to rename attributes from source

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

    Thanks Wafa