Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Apache Commons CSV

License

NotificationsYou must be signed in to change notification settings

githubnext/discovery-agent__apache__commons-csv

 
 

Repository files navigation

Java CIMaven CentralJavadocsCodeQLOpenSSF Scorecard

The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.

Documentation

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.

Getting the latest release

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

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.

Contributing

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 runningmvn.
  • Before you pushing a PR, runmvn (by itself), this runs the default goal, which contains all build checks.
  • To see the code coverage report, regardless of coverage failures, runmvn 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.

License

This code is licensed under theApache License v2.

See theNOTICE.txt file for required notices and attributions.

Donating

You like Apache Commons CSV? Thendonate back to the ASF to support development.

Additional Resources

Apache Commons Components

Please see thelist of components

About

Apache Commons CSV

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java99.8%
  • Shell0.2%

[8]ページ先頭

©2009-2025 Movatter.jp