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
88
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
41
MuleSoft Como fazer um when dentro de um when
alexteles10
0
45
Other Decks in Education
See All in Education
The Art of Note Taking
kanaya
1
140
技術勉強会 〜 OAuth & OIDC 入門編 / 20250528 OAuth and OIDC
oidfj
5
1.3k
20250611_なんでもCopilot1年続いたぞ~
ponponmikankan
0
100
(キラキラ)人事教育担当のつらみ~教育担当として知っておくポイント~
masakiokuda
0
110
SkimaTalk Introduction for Students
skimatalk
0
390
AIC 103 - Applications of Property Valuation: Essential Slides
rmccaic
0
230
2025年度春学期 統計学 第4回 データを「分布」で見る (2025. 5. 1)
akiraasano
PRO
0
110
アントレプレナーシップ教育 ~ 自分で自分の幸せを決めるために ~
yoshizaki
0
130
OJTに夢を見すぎていませんか? ロールプレイ研修の試行錯誤/tryanderror-in-roleplaying-training
takipone
1
160
演習問題
takenawa
0
6.9k
i-GIP 2025 中高生のみなさんへ資料
202200
0
500
20250625_なんでもCopilot 一年の振り返り
ponponmikankan
0
230
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
430
65k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
740
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Embracing the Ebb and Flow
colly
86
4.7k
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
181
54k
Writing Fast Ruby
sferik
628
62k
How to Ace a Technical Interview
jacobian
278
23k
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