10. How to write filenames as separate rows in csv using adf pipeline

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024
  • In this video, we learnt how to write filenames as separate rows in csv using adf pipeline
    #adf
    #azuredatafactory
    #datafactory

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

  • @pawansalwe1926
    @pawansalwe1926 9 месяцев назад +1

    I appreciate your effort in creating this valuable video. However, I'd like to suggest a correction. In the control flow pipeline, instead of using the copy activity, you could have directly passed the array into the data flow. In this approach, we could use a dummy file as the source and utilize the FileArrayParameter. This parameter essentially represents an array, enabling us to directly employ the flatten transformation and load the data into the sink

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

    Nice articulation for this type of use cases. Great reference nicely compiled

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

    Nicely explained and also covering each topics 👍
    Keep up the good work Annu 😊✌️

  • @MohammedKhan-np7dn
    @MohammedKhan-np7dn 2 года назад +1

    Nice Content with good usecase

  • @mdkhan449
    @mdkhan449 9 месяцев назад +1

    excellent explanation .......

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

    You are coming with nice scenarios Annu.. keep it up

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

    In which scenerios we have to create a varriable like this and pass a dummy csv file?

  • @PriyankaBariki-ot8kp
    @PriyankaBariki-ot8kp 4 месяца назад

    I am unble to copy the value of append varible into csv file . i get the below error
    Unable to cast object of type 'System.String' to type 'System.Collections.Generic.IDictionary`2[System.String,System.Object

    • @NiteeshKumarPinjala
      @NiteeshKumarPinjala Месяц назад

      while adding variable in append variable use flower brackets --> @{variables('Filenames')}