Skip to content

v0.5.RC1

Compare
Choose a tag to compare
@zikani03 zikani03 released this 02 Nov 15:51
· 41 commits to master since this release

The main component was rewritten to make adding new generators/output formats easier.

zefaker now comes with the capability to:

  • Export to CSV : zefaker -f input.groovy -output data.csv -csv
  • Export to JSON: zefaker -f input.groovy -output data.json -json
  • Export to SQL COPY (for Postgres): zefaker -f input.groovy -output data.sql -table table_name -sql (add useSQLCOPY() in input.groovy)

The archives contain a bin directory with shell script for Linux and batch script for Windows for convenient use, but you can still call zefaker-all.jar (in the lib folder) directly with java -jar