24. How to Copy Complex multi-array JSON into tabular format using mapping dataflow

Поділитися
Вставка
  • Опубліковано 1 лис 2024

КОМЕНТАРІ • 10

  • @KentuckyJIm41004
    @KentuckyJIm41004 8 місяців тому

    Thank you for this post! At the step where you create the group by using the surrogate (around 21 minutes), you first sort by column name. How do we know the second maintains the integrity of the original rows? That is, how do we know that Amount 1 and Currency 1 both came from the original row 1? Seems possible that ADF could jumble this up.

  • @andrespi5
    @andrespi5 10 місяців тому +1

    Hi, At minute 21:40 with the iff you explain to us about the number of records, how can this number of records be obtained automatically based on what the json file contains?
    Thanks for your help

    • @azurecontentannu6399
      @azurecontentannu6399  10 місяців тому

      we can parameterize the expression in derive column transformation and pass the integer via pipeline paramter during the runtime

    • @andrespi5
      @andrespi5 10 місяців тому

      @@azurecontentannu6399 Thanks for your help.

    • @rijinjose8138
      @rijinjose8138 4 місяці тому

      @@azurecontentannu6399 can you give an example of how to include this in the expression builder

  • @MohammedKhan-np7dn
    @MohammedKhan-np7dn Рік тому +1

    Hi, What about in case the input has n of rows since you mentioned example for 3 array set.

    • @azurecontentannu6399
      @azurecontentannu6399  Рік тому +2

      Thankyou for watching the video.. In that case we need to parameterize the expression in derive column transformation and pass the integer via pipeline paramter during the runtime

    • @naveenraj9977
      @naveenraj9977 Рік тому +2

      Hi,thanks for sharing your knowledge,can you please share the the input files, in description from coming vedios it will be more helpful,
      How to parameterize the flatten column .?

    • @azurecontentannu6399
      @azurecontentannu6399  Рік тому

      @@naveenraj9977 I have added the input json in the description. Thankyou

    • @naveenraj9977
      @naveenraj9977 Рік тому +1

      @@azurecontentannu6399 that was Great & Thanks for reminding me..!