Convert java Object to CSV

后端 未结 4 1520
生来不讨喜
生来不讨喜 2021-02-20 11:46

What API should I use to convert Java object to CSV. Can I use google-gson for java object conversion to CSV format?

4条回答
  •  一整个雨季
    2021-02-20 12:38

    The library json2flat can convert JSON documents to CSV format.

    It doesn't depends upon any POJO's to get you CSV.

    After all it's the user's perspective that how they want to view their JSON documents in CSV representation.

提交回复
热议问题