0
votes

Which component of DataWeave should I use to support DataWeave coding in Mule server 3.7.0?

8

8 Answers

2
votes

I'm not sure I completely understand, but you'd want to use the "Transform Message" component to utilize DataWeave. You can also find it by searching for "datamapper" or "dataweave" in the Mule Palette.

However, keep in mind you'll need a newer version of Studio to use DataWeave, and a server with a Mule 3.7 Enterprise license.

Hope that helps, Mike

0
votes

'in the 3.7 anypoint studio, "Transform Message" component is used for DataWeave transformations.

0
votes

In Mule 3.7 search DataWeave in the palette section and you will get Transform Message. Just drag and drop this to use DataWeave.

0
votes

You can use message transform form mule pallet. the syntax of message tranform is

<dw:transform-message doc:name="Message Transform">
        <dw:set-payload resource="classpath:dwlfile.dwl"/>

paste your dwl file under resource folder

0
votes

you can use Transform Message component, can be find from mule pallete. data weave is available from 3.7 version onwards

0
votes

Transform Message component is used fro DataWeave

0
votes

You may use Transform message component from mule pallete for DataWeave for Mule 3.7

0
votes

From Mule 3.5 onwords no more Datamapper in use. You should go with Transform weave component.

https://docs.mulesoft.com/anypoint-studio/v/6/transform-message-component-concept-studio

you can migrate the old code of datamapper to transform weave if you want please go through this mule doc for this