Upgrade to Pro — share decks privately, control downloads, hide ads and more …

MuleSoft utilizando xpath3

MuleSoft utilizando xpath3

MuleSoft utilizando xpath3

Avatar for Alex teles

Alex teles

August 04, 2016
Tweet

More Decks by Alex teles

Other Decks in Education

Transcript

  1. Foi para a condição de cima por conta do xpath3

    na condição #[xpath3('PESSOAS/export/DADOS') != ""]
  2. • XML DE ENTRADA • <PESSOAS> • <IMPORT> • <START_DATE>2016-08-03</START_DATE>

    • </IMPORT> • <EXPORT> • <DADOS> • <ROW ID="0"> • <NOME>TESTE XPATH3</NOME> • <IDADE>25</IDADE> • <CPF>123.456.789-88</CPF> • <DATA-NASCIMENTO>1986-08-03</DATA-NASCIMENTO> • <SEXO>M</SEXO> • </ROW> • </DADOS> • <TELEFONE/> • </EXPORT> • </PESSOAS>
  3. FIM