Skip to content

rtomlinson/csv-transformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Mule CSV Transformer

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.

Build

  • If using MuleStudio without Maven
mvn clean package
  • If you are using Maven
mvn clean install

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>

Usage

For information about usage you can check out the documentation at http://rtomlinson.github.com/csv-transformer

Reporting Issues

You can report new issues at https://github.com/rtomlinson/csv-transformer/issues

About

Mule transformer to convert a CSV to a list of Maps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages