XPath is the language to walk through the XML Dom Tree. Either you treat the file as a String and use String operations ( Simple <http://camel.apache.org/simple.html> as contains and regex operations). Or you treat the file as Java object tree (after unmarshalling) and walk through the Java object tree (an expression language like Simple <http://camel.apache.org/simple.html> can do that).
-- View this message in context: http://camel.465427.n5.nabble.com/CSV-files-processing-tp5735470p5735527.html Sent from the Camel - Users mailing list archive at Nabble.com.
