Raouf-Rhimi / CSV-to-JSON-converter

this java class converts a list of csv files into JSON

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To use the methods listed in the java class, you have to use this maven dependency:

<dependency>
  <groupId>com.fasterxml.jackson.dataformat</groupId>
  <artifactId>jackson-dataformat-csv</artifactId>
  <version>2.13.5</version>
</dependency>

About

this java class converts a list of csv files into JSON


Languages

Language:Java 100.0%