Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.1 KB

Readme.md

File metadata and controls

26 lines (15 loc) · 1.1 KB

Apache Commons CSV Example

Table of Contents

Introduction

This is an example of reading and writing CSV files using the Apache Commons CSV library. The code takes a CSV file, then performs a find and replace operation for all matching values within a column of the CSV file.

Building

You will need Apache Maven and a Java JDK installed (the project was built and tested with the Java 8 LTS release on Windows and Linux, but it should be compatible with other JDK versions and OSes).

To build the jar and the site documentation, run mvn clean verify site. For further help, refer to the Apache Maven documentation.

Usage

You are encouraged to refer to the JavaDoc in the Maven generated site for details on how the code is used, and debug the JUnit tests with breakpoints set in your IDE.

License

This project is licensed under the Unlicense license, which means you can do whatever you like with this code. See License.txt for full details.