Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cheenamalhotra/genfileparser

A Short and simple application to read tabular data from files and convert it to JAVA Class Object types.
https://github.com/cheenamalhotra/genfileparser

csv file-parser json pojo xls xlsx xml

Last synced: 2 days ago
JSON representation

A Short and simple application to read tabular data from files and convert it to JAVA Class Object types.

Awesome Lists containing this project

README

        

# GenFileParser

![](https://travis-ci.org/cheenamalhotra/GenFileParser.svg?branch=master) [![codecov](https://codecov.io/gh/cheenamalhotra/genfileparser/branch/master/graph/badge.svg)](https://codecov.io/gh/cheenamalhotra/genfileparser)

Short and simple application to read tabular data from file in below formats and convert it to JAVA Class Object types.

Currently Supported:
- .CSV
- .XLSX
- .XLS

Upcoming soon:
- .XML
- .JSON