Data manipulation

Data manipulation

In real-life business processes, data sometimes needs to be split up in various parts, or joined from
various sources. Imagine an input message to a process which contains
multiple parts:

  • the name of the customer
  • an article number of the item that is ordered
  • a shipping address
  • credit card information (number, expiration
    date etc.)

Now also imagine that your enterprise is set up in a way

Read more