Hi, I want to do a data processing task, that involves comparing the contents of two XML files. This is simply to match the equivalent record in the second for every record in the first, make a decision by comparing these matches, then generate a third file with the actions messages based on the the comparison result.
If there is no match made that is another message type that needs to be created. I procedural code this is a inner and outer loop kind of situation. How can I set up the same thing in Camel. Or, should I write some custom code to do it? Thanks for your advice, or pointing me in a good direction. Steve Cameron