Hi everyone, a common requirement in my business is to provide a validation to data read by File.
Is there a way to apply a validation on Map java object?
My example route is
from("file:uri.inbound").unmarshal(customCSVReader).split(body()).to("validate????")
Thanks in advance
Best Regards
Michele
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-validate-Body-Content-in-Map-Object-tp5779118.html
Sent from the Camel - Users mailing list archive at Nabble.com.
