python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Mule 4.4 DataWeave append counter to file
I am reading in a file (see below). The example file has 13 rows.
A|doe|chemistry|100|A|
B|shea|maths|90|A|
C|baba|physics|80|B|
D|doe|chemistry|100|A|
E|shea|maths|90|A|
F|baba|physics|80|B|
G|doe|ch...
GettingStarted With123
Votes: 0
Answers: 2
Mulesoft: How can I apply the {header:false} option when getting an Excel file from server
In DataWeave when using the readUrl() function, I can utilize the {"header":false} option as shown below to give the column as the key and cell as the value in a JSON object:
var myInput = r...
Jakes Vandenberg
Votes: 0
Answers: 2
how does file reading ( streaming ) really work in mule?
Am trying to understand how streaming works w.r.t mule 4.4.
Am reading a large file and am using 'Repeating file store stream' as streaming strategy
'In memory size' = 128 KB
The file is 24 MB and fo...
satish marathe
Votes: 0
Answers: 1
How to iterate over the fault message in Mule 4
In my case, I tried to convert the below Mule Expression Language (MEL) script to DataWeave 2.0.
MEL script on Mule 3:
import java.util.Iterator;
import org.dom4j.*;
import java.util.logging.Logger;
i...
codey_08
Votes: 0
Answers: 2