Deleting data from a defined table in a MicrosoftAX server
Information noteWarning:
Before being able to use this component, make sure that you install and launch the MicrosoftAX server correctly.
This Java scenario describes a two-component Job that uses tMSAXOutput to delete from a defined table in a MicrosoftAX server all rows that do not match the data included in a key column.
In this example, the input schema we use is an address column that holds the following data: New York-Midtown Manhattan. We want to delete from the MicrosoftAX server all addresses that are not identical with this one.
