Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 766 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 766 Bytes

CSV Module

The CSV Module contains methods need to modify and transform a CSV payloads.

Features in CSV Module

  • 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.

Building from the source

Follow the steps given below to build the Email connector from the source code.

  1. Get a clone or download the source from Github.
  2. Run the following Maven command from the mediation-csv-module directory: mvn clean install.
  3. The ZIP file of the connector is created in the mediation-csv-module/target directory.