Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gekomad/itto-csv
Itto-CSV is a pure scala library for working with the CSV format
https://github.com/gekomad/itto-csv
csv fs2 scala scala3
Last synced: about 10 hours ago
JSON representation
Itto-CSV is a pure scala library for working with the CSV format
- Host: GitHub
- URL: https://github.com/gekomad/itto-csv
- Owner: gekomad
- License: apache-2.0
- Created: 2018-12-27T20:45:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-21T06:53:04.000Z (about 3 years ago)
- Last Synced: 2024-06-19T03:04:39.544Z (7 months ago)
- Topics: csv, fs2, scala, scala3
- Language: Scala
- Homepage:
- Size: 425 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Itto-CSV is a pure scala library for working with the CSV format
The latest version of the library is available for Scala 2.12, 2.13, 3 and Scala-js.
`libraryDependencies += "com.github.gekomad" %% "itto-csv" % "2.1.1"`
Scala 2
-------
View [microsite](https://gekomad.github.io/itto-csv/v1/docs/) for more information.Scala 3
-------View [microsite](https://gekomad.github.io/itto-csv/v2/docs/) for more information.
## Bugs and Feedback
For bugs, questions and discussions please use [Github Issues](https://github.com/gekomad/itto-csv/issues).## License
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.