Siva, you are awesome, please keep re-iterating brief about any functions that we use, even if it has been explained in order videos, this helps in quick recall and to remember for a long time, please dont worry about the length of the video, Sir, there is a lot to learn from you
I'm a JD Edwards ERP Consultant, & planned and started learning mulesoft Technology, presently at Module 11 by mulesoft company (Data weave expressions),. Siva thankamanee sir explanation is top notch in DataWeave concepts.also would like to request you to provide the list the Java concepts that are needed to understand the Mule bit more Fluently. Regards, Anil
Hi Siva, you are extraordinary.....!!! Could you please make few videos on anypoint platform(api manager etc etc), as all the videos on anypoint studio. Thanks in advance.
Siva, I regularly watch the videos and find them really useful. There are some videos that are part of series but you have not put part no. in the title. Can you please edit the titles of such previous videos of yours?
Hello Siva , I have been following your videos for mulesoft related queries . Can you please provide more information on Mulesoft vcpu related allocation , things to be considered while we allocate vcpu to any application
Hi Siva garu,nice explanations sir,I want to like know more about mule soft, exactly I don't know how to certify in as mulesoft developer,can u tell me the process,where to write exam and got certificate
Very understandable and useful. please explain these questions How to background process is happing in Mule 4? How sync/Async/Non-blocking process is defined? Can we customly increase the threads in mule 4?
Hi Siva, Your videos are excellent, I survive because of your videos, Can you help me to understand few things with regards to Mule soft project design documents. If I want to create a design document, which tool I can use to create an integration diagram? with cloud hub, Azure, IBM and other clouds. I have 3 years of Experience in Mule as an individual contributor but when my manager asks me to prepare a design document, I do have some knowledge in UML, But which will help to create integration diagram and project specification diagram. Can you help me to understand this?
Hi Siva, I have a question on Filter operation, can you help me on that. Scenario: passing filters dynamically: as a payload I have some array of elements are there Ex: [1,2,3,4,5] and have some other array which I want to use as filters are there [1,2] Example: %dw 2.0 output application/json --- [1,2,3,4,5] filter ((data,index)->([1,2] map data.u==$ reduce ((item,acc) -> acc ++ " and " ++ item)))
Hi, I have doubt regarding custom transformer (java) in mule 3, is there any alternative in mule 4 for this , if I want to migrate from 3 to 4 what I can use ? Any suggestions would be appreciated Thanks
Hi Sir.. Your videos are very helpful. Thank you for uploading. However I am looking for a solution to validate the data types of incoming CSV file . I know their is a validation objects like isNumber, IsEmail etc. But if my file has 20 fields I need to drag and drop 20 validators in the flow. Most of them are to check is string is Number and date. Is there an efficient way to check data types and if not matches send back a response saying the error. My CSV is coming through http listener. Need the field name or at least which value is causing error.
I am C# Developer, recently started working with Salesforce, I have a Mulesoft project is coming up, your videos are really Helpful, Thank you Siva.👍
Good use cases with nice explanation👍
Amazing teaching on TH-cam.
Siva, you are awesome, please keep re-iterating brief about any functions that we use, even if it has been explained in order videos, this helps in quick recall and to remember for a long time, please dont worry about the length of the video, Sir, there is a lot to learn from you
Never need to be sorry Siva. you are awesome! this is very useful for ETL developers coming straight from information or snaplogic
Sir, Please bring more videos on dataweaves.
Hello sir, Please post more videos. Your video series is one of the best I have seen on youtube on Mulesoft.
Thanks for sharing this video !!
Good presentation and in depth explanation. Thanks
Useful topic..thanks
I'm a JD Edwards ERP Consultant, & planned and started learning mulesoft Technology, presently at Module 11 by mulesoft company (Data weave expressions),.
Siva thankamanee sir explanation is top notch in DataWeave concepts.also would like to request you to provide the list the Java concepts that are needed to understand the Mule bit more Fluently.
Regards,
Anil
Siva thank you for sharing. this is well delivered power packed content. hats of to you mate
Hi Siva , thank you for this content , can you please make some videos on Flat Files , singe and multi-segments !
Thank you
Hi Siva, you are extraordinary.....!!! Could you please make few videos on anypoint platform(api manager etc etc), as all the videos on anypoint studio. Thanks in advance.
Siva, I regularly watch the videos and find them really useful. There are some videos that are part of series but you have not put part no. in the title. Can you please edit the titles of such previous videos of yours?
Hello Siva , I have been following your videos for mulesoft related queries .
Can you please provide more information on Mulesoft vcpu related allocation , things to be considered while we allocate vcpu to any application
Hi Siva.. could you demo on HL7, which includes how to do custom schemas, Event and Message to Message Structure Map and so on.. thanks
Bro you are rocking
Once again thank you so much siva.
Hi Siva, can you pls post examples in mule like how to convert pdf to tiff format.
Hi Siva garu,nice explanations sir,I want to like know more about mule soft, exactly I don't know how to certify in as mulesoft developer,can u tell me the process,where to write exam and got certificate
Very understandable and useful. please explain these questions How to background process is happing in Mule 4? How sync/Async/Non-blocking process is defined? Can we customly increase the threads in mule 4?
Hi Shiva, Can you please make a video on different usages of 'using' operator in mule 4. It would be helpful to the great extend
Hi Siva, Your videos are excellent, I survive because of your videos, Can you help me to understand few things with regards to Mule soft project design documents. If I want to create a design document, which tool I can use to create an integration diagram? with cloud hub, Azure, IBM and other clouds. I have 3 years of Experience in Mule as an individual contributor but when my manager asks me to prepare a design document, I do have some knowledge in UML, But which will help to create integration diagram and project specification diagram. Can you help me to understand this?
Hi
Super Siva
Hi Siva, I have a question on Filter operation, can you help me on that.
Scenario: passing filters dynamically: as a payload I have some array of elements are there Ex: [1,2,3,4,5] and have some other array which I want to use as filters are there [1,2]
Example:
%dw 2.0
output application/json
---
[1,2,3,4,5] filter ((data,index)->([1,2] map data.u==$ reduce ((item,acc) -> acc ++ " and " ++ item)))
Hi Siva, can you cover a session on transaction monitoring in Mule?
Hi, I have doubt regarding custom transformer (java) in mule 3, is there any alternative in mule 4 for this , if I want to migrate from 3 to 4 what I can use ?
Any suggestions would be appreciated
Thanks
Please include the code in description
Hi sir, please provide one video based on stored procedure in mule 4
Hi,sir can you do one video of how to combined different data files as a single Json file.
Hi Sir.. Your videos are very helpful. Thank you for uploading. However
I am looking for a solution to validate the data types of incoming CSV file . I know their is a validation objects like isNumber, IsEmail etc. But if my file has 20 fields I need to drag and drop 20 validators in the flow. Most of them are to check is string is Number and date. Is there an efficient way to check data types and if not matches send back a response saying the error. My CSV is coming through http listener. Need the field name or at least which value is causing error.
Hi neena are you in mule soft
Sir From where I can start beginning of videos to till advance how to access all videos at one place let me know or ping no
Hi sir can you do a vedio regarding interview questions on mulesoft
Hello Sir, Could you please make a video on How to Enqueue/ Dequeue AQ/MQ messages in mule 4.
Siva, your voice is low thanks
Hi Sir,Bharat here i am watching your videos l need your help sir
Crisp presentation, no need to ask sorry . Thanks
Siva thank you very much for your best classification!! can i get your email?
Hi siva,
Could you please share your e-mail have few queries to be asked. It will be really helpful.
Thanks in advance.
Useful topic..thanks