Today I was approached with the problem of how to take a flat file input, debatch it, add the “header” to each individual record, and return the results as XML messages.
The first part of the equation was to successfully debatch the flat file. So, I took the header and body schemas that the developer […]