The mule-component tag should be used to group issues related to mule components existing and custom.
I am working on transforming my payload. I have got the situation here. Input payload looks like this below one:…
mule mule-studio mule-component mule-el dataweaveI'd like insert script to delay processing flow in Mulesoft. I have tried to insert script in groovy but I …
java groovy mule mule-componentI am trying to read a csv file in mulesoft, can one tell me how to do that ? How to …
csv mule mule-studio mule-componentHere is my xml, in that first I need to check 'RecordsEntries' should not be 'null', then RecordEntry shouldn't be …
mule mule-studio mule-component mule-elHow to do length validation in Mule Dataweave %dw 1.0 %output application/xml --- (payload default []) map { Field1:$.Field11, Field2:$.Field22, …
mule mule-studio mule-component mule-el dataweaveI have created Mule ESB project that invokes third party web service using web service consumer. Passing custom security header …
utf-8 mule mule-studio mule-componentIn Mule, I have quite many records to process, where processing includes some calculations, going back and forth to database …
mule batch-processing mule-componentI am new to Mule and was following the official tutorial in using the Anypoint Studio. I was trying to …
mule mule-studio mule-component anypoint-studio mule-esbI am trying to have a choice condition where i will run a flow depending if array is empty. Example : …
mule mule-component dataweave mule-esbI am developing a mule application. My start point is http. I need to authenticate my http calls using an …
mule mule-studio mule-el mule-component mule-module-jpa