Skip to content

Latest commit

 

History

22 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages