Skip to Content
0
Former Member
Jan 15, 2008 at 08:30 PM

Dynamically create Payload with snippet of data

25 Views

I have requirement to validate the payload in custom Java mapping and create snippet of data from current payload as separate payload.

Why need snippet as seperate payload - Business requirement is to error out this payload and after fixing the error on target system, they want to rerun the errored payload loater, and did not want to stop the rest of data in first payload.

These errors should be queued to further process as the errors got fixed.

I appreciate any thoughts regarding this.