8,098 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-3
votes
0
answers
40
views
Payload return after bulk upsert in SAP HANA [closed]
I'm performing a bulk operation into SAP HANA, normally a table without duplicate values I would expect a return from the bulk update component, of a payload
[
1,
1,
1,
1,
1,
1,
1,
1,
...
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 ...
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
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 ...
0
votes
2
answers
53
views
How to get all elements with key ending with TXI to an array
I need to get all elements which has key ending with TXI, to a single array using simple 1 or 2 lines.
Tried various ways using mapObject(), However it doesn't work with the nested structure. Also ...
-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 ...
0
votes
1
answer
136
views
Unable to read DB using Mulesoft SELECT connector
I'm trying to read a Table data in MYSQL DB using Mulesoft SELECT connector, but it's failing with the following error below
java.lang.RuntimeException: Attempted to send invalid data through http ...
user avatar
user13846745
0
votes
1
answer
51
views
How to merge two lists based on a matching string and assign incremental numbers to each object using Mulesoft DataWeave
How can I merge the following two lists ids and attributes based on the matching did field and for each matched pair increment the iterid values
For example I have two lists below. size of the list ...
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/...
0
votes
1
answer
188
views
Mulesoft CICD Pipeline Deployment Failing on "Publish Release to Exchange" step - Possible Maven Issue
We have an older Mulesoft application deployed to cloudhub. A username / password needed updated in a config file so I pulled the app from github and changed the user/pass. Then checked the code ...
0
votes
1
answer
58
views
Maven Still trying to point to default central respository
So i'm currently trying to build an older project and i'm facing an issue with dependencies.
Specifically, org/mule/tools/maven/mule-app-maven-plugin
The problem, is that this dependency is only ...
1
vote
2
answers
65
views
Tell Maven to look at alternative location for tools.jar
I am trying to get a Maven build to work properly. I am on a VM workstation that has a jdk15 install.
I can only add files to my user directory.
The mule-app-maven-plugin-1.1.pom has a few issues that ...
-1
votes
1
answer
698
views
Test connection failed: Got status code:500 when trying to resolve a Mule Runtime operation. Reason: 'Internal Server Error [closed]
Mule runtime Version: 4.9.0
JDK: 17.0.12
I am using Anypoint studio version 7.21 and not able to connect to the Oracle SQL database through the insert connector.
I have tested the database ...