{"id":20001170,"url":"https://github.com/apecloud/commons-csv","last_synced_at":"2025-03-01T23:51:53.335Z","repository":{"id":70612941,"uuid":"594603013","full_name":"apecloud/commons-csv","owner":"apecloud","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-22T05:14:21.000Z","size":37602,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-01-12T13:11:18.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apecloud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-29T03:34:59.000Z","updated_at":"2023-01-29T09:12:22.000Z","dependencies_parsed_at":"2023-02-27T05:15:49.715Z","dependency_job_id":null,"html_url":"https://github.com/apecloud/commons-csv","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apecloud%2Fcommons-csv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apecloud%2Fcommons-csv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apecloud%2Fcommons-csv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apecloud%2Fcommons-csv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apecloud","download_url":"https://codeload.github.com/apecloud/commons-csv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241439474,"owners_count":19963098,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T05:16:55.486Z","updated_at":"2025-03-01T23:51:53.324Z","avatar_url":"https://github.com/apecloud.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!---\n Licensed to the Apache Software Foundation (ASF) under one or more\n contributor license agreements.  See the NOTICE file distributed with\n this work for additional information regarding copyright ownership.\n The ASF licenses this file to You under the Apache License, Version 2.0\n (the \"License\"); you may not use this file except in compliance with\n the License.  You may obtain a copy of the License at\n\n      http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n--\u003e\n\u003c!---\n +======================================================================+\n |****                                                              ****|\n |****      THIS FILE IS GENERATED BY THE COMMONS BUILD PLUGIN      ****|\n |****                    DO NOT EDIT DIRECTLY                      ****|\n |****                                                              ****|\n +======================================================================+\n | TEMPLATE FILE: readme-md-template.md                                 |\n | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |\n +======================================================================+\n |                                                                      |\n | 1) Re-generate using: mvn commons-build:readme-md                    |\n |                                                                      |\n | 2) Set the following properties in the component's pom:              |\n |    - commons.componentid (required, alphabetic, lower case)          |\n |    - commons.release.version (required)                              |\n |                                                                      |\n | 3) Example Properties                                                |\n |                                                                      |\n |  \u003cproperties\u003e                                                        |\n |    \u003ccommons.componentid\u003emath\u003c/commons.componentid\u003e                   |\n |    \u003ccommons.release.version\u003e1.2\u003c/commons.release.version\u003e            |\n |  \u003c/properties\u003e                                                       |\n |                                                                      |\n +======================================================================+\n---\u003e\nApache Commons CSV\n===================\n\n[![GitHub Actions Status](https://github.com/apache/commons-csv/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-csv/actions)\n[![Coverage Status](https://coveralls.io/repos/apache/commons-csv/badge.svg)](https://coveralls.io/r/apache/commons-csv)\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-csv/)\n[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-csv/1.9.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-csv/1.9.0)\n[![CodeQL](https://github.com/apache/commons-csv/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-csv/actions?query=workflow%3ACodeQL)\n\nThe Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.\n\nDocumentation\n-------------\n\nMore information can be found on the [Apache Commons CSV homepage](https://commons.apache.org/proper/commons-csv).\nThe [Javadoc](https://commons.apache.org/proper/commons-csv/apidocs) can be browsed.\nQuestions related to the usage of Apache Commons CSV should be posted to the [user mailing list][ml].\n\nWhere can I get the latest release?\n-----------------------------------\nYou can download source and binaries from our [download page](https://commons.apache.org/proper/commons-csv/download_csv.cgi).\n\nAlternatively you can pull it from the central Maven repositories:\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eorg.apache.commons\u003c/groupId\u003e\n  \u003cartifactId\u003ecommons-csv\u003c/artifactId\u003e\n  \u003cversion\u003e1.9.0\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nContributing\n------------\n\nWe accept Pull Requests via GitHub. The [developer mailing list][ml] is the main channel of communication for contributors.\nThere are some guidelines which will make applying PRs easier for us:\n+ No tabs! Please use spaces for indentation.\n+ Respect the code style.\n+ 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.\n+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```.\n\nIf you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas).\nYou can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).\n\nLicense\n-------\nThis code is under the [Apache Licence v2](https://www.apache.org/licenses/LICENSE-2.0).\n\nSee the `NOTICE.txt` file for required notices and attributions.\n\nDonations\n---------\nYou like Apache Commons CSV? Then [donate back to the ASF](https://www.apache.org/foundation/contributing.html) to support the development.\n\nAdditional Resources\n--------------------\n\n+ [Apache Commons Homepage](https://commons.apache.org/)\n+ [Apache Issue Tracker (JIRA)](https://issues.apache.org/jira/browse/CSV)\n+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)\n+ `#apache-commons` IRC channel on `irc.freenode.org`\n\n[ml]:https://commons.apache.org/mail-lists.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapecloud%2Fcommons-csv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapecloud%2Fcommons-csv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapecloud%2Fcommons-csv/lists"}