Skip to Content
1
Dec 20, 2022 at 11:52 AM

General Splitter not working

284 Views

Hi!

I'm trying do split a payload by "employee", however, I don't know, but my general splitter isn't working properly.

Can you help me?

My payload is:

<root>

<employee>

<personIdExternal>123344566</personIdExternal>

<surrogateId>38573875837</surrogateId>

<emailInfoList>

test1@dummy.com

<emailType>B</emailType>

</emailInfoList>

</employee>

<employee>

<personIdExternal>07958854</personIdExternal>

<surrogateId>537298473829</surrogateId>

<emailInfoList>

test2@dummy.com

<emailType>B</emailType>

</emailInfoList>

</employee>

</root>

And on my general splitter I have:

image.png

When runs, the splitter didn't work.

The payload remains equal.

Best regards,

Attachments

image.png (17.2 kB)