Mule - Mapping data from JSON -


i json message in mule this:

{ "id":1, "description":"test", "issueid":16 } 

i want map issueid other values, example:

16 = 1000 17 = 1010 18 = 1020 

what best way that? advisable properties file modify in future?

you can use lookup() feature of dataweave, see: https://docs.mulesoft.com/mule-user-guide/v/3.8/dataweave-language-introduction#calling-external-flows


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

python 3.5 - Pyqtgraph string in x tick -