Question
Meta-Data Validation
Currently we have XML & CSV data being picked up by listener.
The data is then parsed, sent to the database, and a new work object is created for each file.
The current requirement is to have various meta-data validation for the XML & CSV respectively.
If a particular file does not pass certain validation, then the file is not to be processed or sent to database.
Any ideas on how I might go about validating the data.
Would it be another activity with various ‘when’ rules…
Should it be a decision table
Should it be various Validation rules
Hi,
In service activity you can write custom logic for validation, it depends type of validation you may go with the activity or decision table.