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
Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
2.5k
社外コミュニティの歩き方
masakiokuda
2
210
EVOLUCIÓN DE LAS NEUROCIENCIAS EN LOS CONTEXTOS ORGANIZACIONALES
jvpcubias
0
180
~キャラ付け考えていますか?~ AI時代だからこそ技術者に求められるセルフブランディングのすゝめ
masakiokuda
7
500
Introdución ás redes
irocho
0
300
万博非公式マップとFOSS4G
barsaka2
0
1.3k
中央教育審議会 教育課程企画特別部会 情報・技術ワーキンググループに向けた提言 ー次期学習指導要領での情報活用能力の抜本的向上に向けてー
codeforeveryone
0
320
The knowledge panel is your new homepage
bradwetherall
0
190
尊敬語「くださる」と謙譲語「いただく」の使い分け
hysmrk
0
110
フィードバックの伝え方、受け身のココロ / The Way of Feedback: Words and the Receiving Heart
spring_aki
1
170
中間活動報告会 人材育成WG・技術サブWG / 20250808-oidfj-eduWG-techSWG
oidfj
0
740
2025年度春学期 統計学 第14回 分布についての仮説を検証する ー 仮説検定(1) (2025. 7. 10)
akiraasano
PRO
0
160
Featured
See All Featured
Mobile First: as difficult as doing things right
swwweet
224
10k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
590
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
Reflections from 52 weeks, 52 projects
jeffersonlam
353
21k
Designing for Performance
lara
610
69k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Balancing Empowerment & Direction
lara
4
690
Building a Scalable Design System with Sketch
lauravandoore
463
33k
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