Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
MuleSoft Dataweave when e otherwise
Search
Alex teles
September 09, 2016
Education
0
280
MuleSoft Dataweave when e otherwise
MuleSoft Dataweave when e otherwise
Alex teles
September 09, 2016
Tweet
Share
More Decks by Alex teles
See All by Alex teles
Mulesoft configurando conexão com banco AS400 DB2
alexteles10
0
89
Chamando um flow de dentro do Transform Message
alexteles10
0
71
MuleSoft Juntando duas ou mais Listas ordenadas
alexteles10
0
67
MuleSoft Como mockar resultado com transform mensager
alexteles10
0
40
MuleSoft mock com set payload
alexteles10
0
45
Como excluir o conector do facebook Do anyponit
alexteles10
0
66
Baixando conectores que não são nativos
alexteles10
0
57
Editor do Anypoint
alexteles10
0
42
MuleSoft Como fazer um when dentro de um when
alexteles10
0
45
Other Decks in Education
See All in Education
学びは趣味の延長線
ohmori_yusuke
0
100
Test-NUTMEG紹介スライド
mugiiicha
0
160
Ch1_-_Partie_1.pdf
bernhardsvt
0
200
データで見る赤ちゃんの成長
syuchimu
0
260
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
1.8k
社外コミュニティと「学び」を考える
alchemy1115
2
180
H5P-työkalut
matleenalaakso
4
40k
相互コミュニケーションの難しさ
masakiokuda
0
200
AIの時代こそ、考える知的学習術
yum3
2
200
[FUN Open Campus 2025] 何でもセンシングしていいですか?
pman0214
0
230
生態系ウォーズ - ルールブック
yui_itoshima
1
250
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019538FNR)
signer
PRO
1
2.1k
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
49
14k
GraphQLの誤解/rethinking-graphql
sonatard
72
11k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Scaling GitHub
holman
463
140k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Why You Should Never Use an ORM
jnunemaker
PRO
59
9.5k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Building Applications with DynamoDB
mza
96
6.6k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
Optimizing for Happiness
mojombo
379
70k
Transcript
MULESOFT
Dataweave condições
when otherwise
MOTE UM FLOW SIMPLES COM DATAWEAVE
RECEBENDO UM PAYLOAD JSON SIMPLES { "nome":"alex",
"CPF":"123123", "Idade":2 }
None
Se o nome que vir no payload for = a
alex entra aqui Se não entra nessa condição
VALORES QUE A CONDIÇÃO ACEITA And = && do
if java Or = || do if java
{ nomeX:payload.nome } when payload.nome =="alex" and
payload.idade == 12 or payload.idade == 17 otherwise { nomeX:"meluSoft" }
Obrigado chegamos ao fim