Тёмный

How To Use Mule's DataWeave Map Operator 

Jason Estevan
Подписаться 3,1 тыс.
Просмотров 21 тыс.
50% 1

Опубликовано:

 

21 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 37   
@susmitdey9172
@susmitdey9172 6 лет назад
Someone who has been in doubt about the functional programming and dataweave map, and then you this video, makes it look so easy :) TY Jason
@rajibpaul7628
@rajibpaul7628 6 лет назад
A precisely detailed video. and the explanation of the documentation was the best part for relevance. thanks a lot. keep up the good work.
@JasonEstevan
@JasonEstevan 6 лет назад
Thank you for your feedback. I will try to incorporate it in upcoming videos :)
@sabarichamp6151
@sabarichamp6151 5 лет назад
Can anyone help me with this..The following Json object has multiple arrays which has multiple object in it. Using dataweave we need to extract the common objects of all arrays based on 'id' key. The extracted output may be in any format. Input: { "userslist1":[ { "username":"", "id":12 }, { "username":"", "id":13 }, { "username":"", "id":19 } ], "userslist2":[ { "username":"", "id":12 }, { "username":"", "id":14 }, { "username":"", "id":13 } ], "userslist3":[ { "username":"", "id":12 }, { "username":"", "id":15 }, { "username":"", "id":13 } ] }
@fredericklane745
@fredericklane745 4 года назад
Thanks Jason. I'm brand-new to mulesoft and working out a study strategy whilst doing the Trailhead modules in Salesforce. Great explanation of this concept thankyou.
@krishnan9151
@krishnan9151 4 года назад
awesome explanation of map operator
@AnilKumar-og8bx
@AnilKumar-og8bx 4 года назад
Thanks a bunch Jason. That was crystal Clear. Appreciate the genuine efforts
@avkumar0811
@avkumar0811 6 лет назад
That was one of the best explained video of dataweave. Helped a lot to understand.
@JasonEstevan
@JasonEstevan 6 лет назад
avdhesh pareek Glad it helped! Thank you for your kind words.
@ravichowdary488
@ravichowdary488 5 лет назад
Great work, which is very helpful. Please continue doing this
@chamikaperera9091
@chamikaperera9091 4 года назад
Thanks, Wel Explained
@rahulmule2398
@rahulmule2398 4 года назад
Perfect explanation!!
@santoshmudholam
@santoshmudholam 5 лет назад
Exemplary is so good...Jason.
@pragneshdesai1978
@pragneshdesai1978 6 лет назад
Great explanation...Could you please upload for mapObject too
@theitboss
@theitboss 6 лет назад
Great explanation... Clear to the point. Thanks :-)
@nagautube1
@nagautube1 6 лет назад
Thanks for the excellent video
@abhayagarwal6347
@abhayagarwal6347 6 лет назад
excellent .. I have no words ... awesome ...
@amitmohan4011
@amitmohan4011 6 лет назад
Great video.. Can you upload a video on Caching and Object Store also
@JasonEstevan
@JasonEstevan 6 лет назад
Oooo that's a great topic idea, thanks!
@KvarkLt
@KvarkLt 4 года назад
How is posible to make lower case keys and values in json payload then values can be array? if no arrays then its: (lower $$) : (lower $), but cant find example for arrays
@kamalakarreddy206
@kamalakarreddy206 5 лет назад
Hi Jason, Please upload more videos
@kalyankumar7434
@kalyankumar7434 6 лет назад
Hi Thank you and also can you add video for How To Use Mule's Data Weave Pluck operator
@nagendrakumar1387
@nagendrakumar1387 5 лет назад
Could you please explain how to read a file in the middle of the flow using Mule Requester.
@pentamnaidu
@pentamnaidu 5 лет назад
This can be achieved in Mule 3.7/8/9 using Mule requestor connector , by default it will not be available , we have to install ..so that you can read file in the middle of flow execution
@ryancarter2417
@ryancarter2417 6 лет назад
Great tutorial!
@JasonEstevan
@JasonEstevan 6 лет назад
Ryan Carter Thank you
@AICreater517
@AICreater517 6 лет назад
Very helpful
@prashanth111able
@prashanth111able 6 лет назад
Great!!! Thank you!!
@hellothere7824
@hellothere7824 6 лет назад
What is it with the red shoe? :D
@sharathmothe4283
@sharathmothe4283 6 лет назад
Good one
@jeffbowman9974
@jeffbowman9974 6 лет назад
Good video. One thing you didn't mention was how to give names to the $$ and $ generic variables. You could have used this: map ((index, element) -> { index: index, data: element }) or later in your video perhaps map ((index, person) -> { name: person.name, age: person.age }). This is not spelled out very well in the Mulesoft documentation, unfortunately, but there is an example usage with a paragraph to describe as the second example under the Map section ( docs.mulesoft.com/mule-user-guide/v/3.9/dataweave-operators#map) Keep up the great videos!
@kamalakarreddy206
@kamalakarreddy206 6 лет назад
Hi jason, I have employee data(first name,last name,age & etc) in XML but i need to retrieve the data based only the last name. input sample: john reddy kamal reddy babu naidu I need to retrieve the elements based on the lastname,lastname having reddy. How to retrieve this ?
@sompankaj
@sompankaj 5 лет назад
{ Employees: payload.employees.*employee[?($.lastname == "reddy")] }
@kamalakarreddy206
@kamalakarreddy206 5 лет назад
@@sompankaj Tqs pankaj
@Baheerathan1990
@Baheerathan1990 5 лет назад
Gold
Далее
Mule4: Dataweave Basics
18:40
Просмотров 11 тыс.
Tutorial: Getting Started with DataWeave: Part I
6:49
Creating Global Functions in Mule
12:50
Просмотров 5 тыс.
API AutoDiscovery - MuleSoft API Manager
8:11
Просмотров 20 тыс.
I reverse engineered Next to find what they are hiding
29:48