I have a requirement in my project, I receive large record in flat file.
I am using convertToValues for validating the flatfile.
Is there any option in convertToValues to retrieve the valid records as well as the error of the failure records.(i.e I need converted document of valid records and errors of failure records)
For eg. I have 5000 records, After validation out of that 4500 records are valid and 500 records are failure. I need 4500 records as document and rest 500 records errors list.
Is there any build in service in webMethods for the above kind of validation or do we need to write a custom service?
You can build a custom wrapper service around convertToValues to validate each item in the list.
I would suggest you create a new thread/post for this issue (as the subjects does not match) and with some sample data for both valid and invalid cases.