The CSV Module contains methods need to modify and transform a CSV payloads.
- CSV to CSV transformation
- CSV to JSON transformation
- CSV to XML transformation
- JSON to CSV transformation
- XML to CSV transformation
For more details about all the features of the CSV Module, refer the doc page.
Follow the steps given below to build the Email connector from the source code.
- Get a clone or download the source from Github.
- Run the following Maven command from the
mediation-csv-module
directory:mvn clean install
. - The ZIP file of the connector is created in the
mediation-csv-module/target
directory.