Skip to content

thst71/kotlin-csvparser

Repository files navigation

kotlin-csvparser

a simple yet quite powerful csv parser written in kotlin

Feel free to fork and contribute, or use in your own project.

Test coverage is sufficiently good, so changes should be acceptable stable.

The memory consumtion of fields is possibly too high, as it stores the name with each field. It should be easy to implement a direct to object mapper in the parser. I am currently not looking into this, but you may be interested. If so, let me know.

About

a simple yet quite powerful csv parser written in kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages