Top "Mule-component" questions

The mule-component tag should be used to group issues related to mule components existing and custom.

How to ignore empty objects in DataWeave Mule esb

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 dataweave
How to set sleep into the flow in Mulesoft without losing the message payload

I'd like insert script to delay processing flow in Mulesoft. I have tried to insert script in groovy but I …

java groovy mule mule-component
How to read a .csv file in mulesoft

I am trying to read a csv file in mulesoft, can one tell me how to do that ? How to …

csv mule mule-studio mule-component
How to Check null condition in Data weaver : Mule

Here 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-el
Length Validation in Dataweave

How 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 dataweave
issue with Invalid UTF-8 start byte 0x8b (at char #2, byte #-1) Mule ESB

I 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-component
Mule batch processing vs foreach vs splitter-aggregator

In Mule, I have quite many records to process, where processing includes some calculations, going back and forth to database …

mule batch-processing mule-component
Error initializing tooling instance in Mule Anypoint Studio

I 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-esb
How to check for empty array inside a payload ?

I am trying to have a choice condition where i will run a flow depending if array is empty. Example : …

mule mule-component dataweave mule-esb
get value from request header in http call -mule

I 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