VKP
VKP

Reputation: 658

How to do Partial Data Update in Mule

How i can do partial data update in mule . In Spring we used some approach like this .

https://www.baeldung.com/spring-data-partial-update

is there anything simple or similar in Mule . Say if i am accepting 5 fields in my input payload which needs to be updated instead of uploading entire table( my table have 100 fields) i just needs to be updated only those 5 fields . In mule if i am using update i have to manually create all the queries to update.

Upvotes: 0

Views: 132

Answers (1)

Salim Khan
Salim Khan

Reputation: 4303

Have you tried using the update function in DataWeave 2.0 ?

Upvotes: 1

Related Questions