python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
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
Mule how to add to the array used in for each?
I have an array in Mule that I am iterating over. I believe the for each makes a copy of the array I pass it and iterates through that. Is it possible to access that copy by reference and modify it? B...
anonMule
Votes: 0
Answers: 1
mule 4.4 community edition - parsing file read as stream
This question is a follow up to my earlier question [here][1]
Thanks to @aled I am using 'set-payload' with expression.
Am reading a file and trying to parse and then validate each row.
Edit2 : added ...
GettingStarted With123
Votes: 0
Answers: 1
mule 4.4 community edition - how to parse file data which is coming as stream
I am using Community edition Mule 4.4 ( So my understanding is - cannot use Dataweave ( Transform )
Now due to CE cannot use 'Repetable file store stream' ( which is fine ) ( am using repeatable in me...
GettingStarted With123
Votes: 0
Answers: 1