jackson-dataformat-csv VS 4koma

Compare jackson-dataformat-csv vs 4koma and see what are their differences.

jackson-dataformat-csv

Uber-project for (some) standard Jackson textual format backends: csv, properties, yaml (xml to be added in future) (by FasterXML)

4koma

A TOML 1.0 parser library for Kotlin (by valderman)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
jackson-dataformat-csv 4koma
1 4
392 72
2.3% -
8.8 0.0
9 days ago 10 months ago
Java Kotlin
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

jackson-dataformat-csv

Posts with mentions or reviews of jackson-dataformat-csv. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-19.
  • 4koma, the awesomest TOML library, hits version 1.0.1
    2 projects | /r/Kotlin | 19 Apr 2022
    Honestly toml is so easy to parse, not sure why youd bother with antlr. Could probably convert the jflex-based parser I built for Jackson to kotlin: https://github.com/FasterXML/jackson-dataformats-text/tree/2.14/toml

4koma

Posts with mentions or reviews of 4koma. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-10.
  • Konbini: a new multiplatform parser library
    4 projects | /r/Kotlin | 10 Oct 2022
    As part of my efforts to take 4koma multiplatform, I needed a decent parser library to replace ANTLR. I didn't find one, so I created Konbini.
  • 4koma, the awesomest TOML library, hits version 1.0.1
    2 projects | /r/Kotlin | 19 Apr 2022
    Check it out over at GitHub if you're in need of some TOML processing: https://github.com/valderman/4koma
  • 4koma 0.4.0 released
    1 project | /r/Kotlin | 17 Dec 2021
    I just released version 0.4.0 of 4koma, a spec-compliant, no-nonsense TOML library for Kotlin/JVM. The big highlight of this release is that 4koma now supports serialization of TOML documents and decoding of arbitrary types into TOML.
  • Announcing 4koma, a new TOML library for Kotlin
    1 project | /r/Kotlin | 2 Dec 2021
    I needed a TOML library for a private project but wasn't happy with the current alternatives (all of them are either missing crucial features or has an "everything but the kitchen sink" philosophy I don't particularly like), so I wrote my own: https://github.com/valderman/4koma

What are some alternatives?

When comparing jackson-dataformat-csv and 4koma you can also consider the following projects:

Apache Commons CSV - Apache Commons CSV

kotlin-shell - Tool for performing shell-like programing in Kotlin

uniVocity-parsers - uniVocity-parsers is a suite of extremely fast and reliable parsers for Java. It provides a consistent interface for handling different file formats, and a solid framework for the development of new parsers.

kotlin - The Kotlin Programming Language.

Super CSV - A fast, programmer-friendly, free CSV library for Java

Turtle 🐢 - Run shell commands from Kotlin scripts, apps or Gradle tasks with ease.

Simple Flat Mapper - Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper

parsec - A monadic parser combinator library

AdaptiveTableLayout - Library that makes it possible to read, edit and write CSV files

better-parse - A nice parser combinator library for Kotlin

jackson-databind - General data-binding package for Jackson (2.x): works on streaming API (core) implementation(s)

konbini - Parser library for Kotlin