- Notifications
You must be signed in to change notification settings - Fork0
githubnext/discovery-agent__apache__commons-csv
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
More information can be found on theApache Commons CSV homepage.TheJavadoc can be browsed.Questions related to the usage of Apache Commons CSV should be posted to theuser mailing list.
You can download source and binaries from ourdownload page.
Alternatively, you can pull it from the central Maven repositories:
<dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-csv</artifactId> <version>1.13.0</version></dependency>
Building requires a Java JDK andApache Maven.The required Java version is found in thepom.xml
as themaven.compiler.source
property.
From a command shell, runmvn
without arguments to invoke the default Maven goal to run all tests and checks.
We accept Pull Requests via GitHub. Thedeveloper mailing list is the main channel of communication for contributors.There are some guidelines which will make applying PRs easier for us:
- No tabs! Please use spaces for indentation.
- Respect the existing code style for each file.
- Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change.
- Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running
mvn
. - Before you pushing a PR, run
mvn
(by itself), this runs the default goal, which contains all build checks. - To see the code coverage report, regardless of coverage failures, run
mvn clean site -Dcommons.jacoco.haltOnFailure=false
If you plan to contribute on a regular basis, please consider filing acontributor license agreement.You can learn more about contributing via GitHub in ourcontribution guidelines.
This code is licensed under theApache License v2.
See theNOTICE.txt
file for required notices and attributions.
You like Apache Commons CSV? Thendonate back to the ASF to support development.
- Apache Commons Homepage
- Apache Issue Tracker (JIRA)
- Apache Commons Slack Channel
- Apache Commons Twitter Account
Please see thelist of components
About
Apache Commons CSV
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- Java99.8%
- Shell0.2%