Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days ago
JSON representation
A Short and simple application to read tabular data from files and convert it to JAVA Class Object types.
- Host: GitHub
- URL: https://github.com/cheenamalhotra/genfileparser
- Owner: cheenamalhotra
- License: gpl-3.0
- Created: 2017-07-29T19:02:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-28T15:09:50.000Z (over 2 years ago)
- Last Synced: 2024-10-20T06:16:51.946Z (2 months ago)
- Topics: csv, file-parser, json, pojo, xls, xlsx, xml
- Language: Java
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
- .XLSUpcoming soon:
- .XML
- .JSON