An Azure NoSQL database service for app development.
Hi @Prasad Nikumbh ,
Thanks for sharing the alternate solution details.
As mentioned by @MarkKromer-MSFT , you can use Flatten transformation to achieve your requirement.
I did tried using the source data you have provided and was able to flatten using the flatten transformation.
Here is the source data used for testing: 105845-nestjsonarraysource.txt
Then add flatten and unroll by deepest array, then click Reset input columns, it will display the nested array columns unrolled. Then click Add mapping and include the input columns from source that you would want in the sink.
Then do data preview of the flatten transformation to check the output.
Here is the GIF of implementation:
Hope this helps.
----------
Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.