WARNING This connector is still very much in the early stages of development, as such functionaly is liable to change in a non-backwards compatable manner.
- If using MuleStudio without Maven
mvn clean package
- If you are using Maven
mvn clean install
- In MuleStudio goto Help > Install New Software...
- Click Add...
- Click Local...
- Add the mule-module-csv/target/update-site path
- Give the repository a name and click ok
- Install CSV Transformer
Additional dependency if using Maven:
<dependency>
<groupId>net.rstomlinson.mule</groupId>
<artifactId>mule-module-csv</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>For information about usage you can check out the documentation at http://rtomlinson.github.com/csv-transformer
You can report new issues at https://github.com/rtomlinson/csv-transformer/issues