1,371 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
70
views
Mulesoft batch processing takes so long
I have a flow that uses a batch process to synchronize data into two target systems after receiving data from a source.
The batch contains two steps, and each step is encapsulated inside a try scope ...
0
votes
1
answer
97
views
MuleSoft logger component error at anypont RTF
I am using mulesoft logger component at my project, at local it works well
but at prouduction env (RTF) I always get below error, although I could see log output as well
ERROR StatusConsoleListener ...
0
votes
2
answers
82
views
How to send a literal time to a Salesforce Time field from DataWeave without timezone conversion?
I'm using MuleSoft to send data to a Salesforce custom object. My object has a field named Shift_End_Time__c, and its data type is Time.
My source system provides this time as a string in UTC format, ...
1
vote
1
answer
110
views
How to extract and clean JSON payload inside CSV field from multipart data in MuleSoft DataWeave 2.0
I am working in Mule 4 using DataWeave 2.0 and trying to transform a multipart/form-data payload that contains a CSV file.
Here is a simplified example of my input payload (multipart):
----------------...
0
votes
2
answers
101
views
Failing to create Mule Maven projects from command line
I am trying to create mule project for Mule Community edition. I cannot use studio for this particular use case. I was trying the following steps
mvn archetype:generate \
-DarchetypeGroupId=org....
3
votes
2
answers
245
views
Process .DAT files which contains PDF
I will be receiving a .dat file which contains multiple pdf files encoded as base64 string which will be separated by a new line or some character.
Initial approach is read -> payload splitBy "\n" -...
0
votes
0
answers
71
views
Mvn dependency tree for test
I need a way to generate dependency tree for test execution in my project that uses munit maven plugin and get all the dependencies that are downloaded as part of code coverage execution
I tried many ...
-1
votes
1
answer
91
views
Mule4 Upload multi-part file
I am trying to upload a file to a remote API that is expecting the file to have a key of "file", this is my Transform which is right before a HTTP Requestor
<ee:transform doc:name="...
1
vote
1
answer
59
views
I need to stop warn loggers while using salesforce Subscriber topic lisner in Anypoint Studio Mule4
After application got deployed I am getting warn messages continuously like getting connected and disconnected to salesforce topic here what the log messages looks like. Want to avoid these warn ...
0
votes
1
answer
92
views
Using MuleSoft Transform message initialize variables when payload is null
I am using the MuleSoft Transform Message component to initialize variables testIP and testDomain. It works well when the payload is not empty, but throws an exception when the payload is null or ...
-1
votes
1
answer
76
views
How to stream lines of text from large file using Mule 4.5.0 Kernel
Using Mule 4.5.0, I need to read in a large text file (~1GB-2GB) line by line (/n) and generate individual mule messages of each line. Using dataweave and the foreach scope I was able to stream the ...
2
votes
2
answers
68
views
Append to a matched regex string
Using dataweave with import * from dw::core::Strings
I have converted a JSON payload into a plain text string. I am able to use the Java functions replaceAll, match, etc. with a regex pattern to find ...
1
vote
1
answer
114
views
Mule 4.9 JMS appender error: Modules javax.jms.api and jakarta.jms.api export package javax.jms to module org.eclipse.sisu.inject
I am new to mule and trying to push logs to activemq queue using jms appender. I was getting error while using jms appender with mule 4.3
2025年06月05日T07:02:25.588889200Z WrapperListener_start_runner ...
-2
votes
2
answers
82
views
Dataweave / Mule : CSV to JSON - 3 level Hierarchy Issue [closed]
Source Data : Here is the CSV Data (4 Records):
EMP_ID,DEPT_ID,OPRT_UNIT_CODE,PROD_CODE,NODE_CODE,ALLOC_PCT
123456,00700,0101,000,00700-0101,5
123456,00700,0101,000,00700-0101-000,5
123456,02150,0101,...
0
votes
0
answers
122
views
How to safely pass a value containing slashes (/) in a URI parameter to a Mule application?
I'm building an API in MuleSoft (Mule 4) using RAML and APIkit. I need to pass a query parameter that contains forward slashes (/) in its value.
example :
https://{{host}}:{{port}}/api/v1/school/S/AZ/...