Tag Archives: Smooks

Using Smooks+Mule to transform CSV file to XML one

As I promised before here is an example of how to use Smooks in combination with Mule. In this example I transform a CSV file to a plain XML file. This XML file can then be transformed with an XSLT … Continue reading

Posted in General, Mule, Smooks | Tagged , | Comments Off on Using Smooks+Mule to transform CSV file to XML one

Combining Smooks with Mule

For a new interface that we have to implement we have to transfrom a file with ‘character separated values’ to a XML message. One way to obtain this transformation is by using Smooks. Smooks is an extensible framework for building … Continue reading

Posted in Maven, Mule, Smooks | Tagged , , | Comments Off on Combining Smooks with Mule