I am trying to parse a flat file and I have different records identified by 001, 002, 003, etc and within some of the records I want to validate the fields, I have this so far:
pub.file:getFile
pub.flatFile:convertToValues
I have a dictionary with the field and record definitions and a schema with the references to them with positional indexes set for each. I want to be able to validate data type and date formats. How can I implement a format service to do this for me? I have tried declaring a new Specification in the same folder as the Flow Service, and passing the Document Type that I am saving the parsed data in, but I don’t know what to do with it from there, if that is even correct, I have read some documentation in webMethods Developer User Guide, but I am still unclear about what to do. I am using Developer 6.1. Thanks for you help in advance!
-Nick
#webMethods#Integration-Server-and-ESB#edi