Skip to content

Instantly share code, notes, and snippets.

@edgars
Created May 22, 2015 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edgars/03f1293adc616c504d37 to your computer and use it in GitHub Desktop.
Save edgars/03f1293adc616c504d37 to your computer and use it in GitHub Desktop.
smooks-config-csv.xml
<smooks-resource-list xmlns="http://www.milyn.org/xsd/smooks-1.0.xsd">
<!--Configure the CSVParser to parse the message into a stream of SAX events. -->
<resource-config selector="org.xml.sax.driver">
<resource>org.milyn.csv.CSVParser</resource>
<param name="fields" type="string-list">name,description</param>
</resource-config>
</smooks-resource-list>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment