Skip to content

estuardolh/TableToBean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TableToBean

Reads CSV and generate Java Beans.

How to use:

./TableToBean.sh <CSV input file>

Here an input example.

Available configurations:

  • Global variables format(lowercase | camelcase)
  • Global variables inicialization
  • Set parent class (extends)
  • Identation
  • Java type per Oracle Data type
  • Generate comments for getter/setter
  • Generate empty constructor(no parameters)
  • Generate constructor initializer
  • Generate toJson() method
  • Reads Unicode encoding input CSV file

File index:

configuration, util query

About

Generate Java Beans using table definition as CSV

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published