I am hoping someone can let me know if I've gone down a dark path or not:
- I'm using the record mapper to create a business service that waits for a .txt file and sets pipe delimited data to the mapper's record class
- That record (essentially the raw data) is sent to a business process
- OnRequest() is implemented where it opens or creates an instance of the target object and validates and transforms and sets the data to the target object as needed; the response is that target object.
.png)



