Hi @Shekhar Nadide ,
Thankyou for using Microsoft Q&A platform and posting your query .
As I understand your requirement here, you want to convert the data present in tabular format to the objects of an array. Please correct me if my understanding is wrong.
There is no dedicated transformation to achieve the above requirement. However, you can opt for the following approach:
Use aggregate transformation in data flow. Leave the group by tab as blank and in aggregate tab, provide value
as the columnName and use this expression collect(@(id=id,name=name,displayName=displayName))
to get the desired output in the form of array.
Hope this will help. Please let us know if any further queries.
------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you.
Original posters help the community find answers faster by identifying the correct answer. Here is how - Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators