zefaker icon indicating copy to clipboard operation
zefaker copied to clipboard

zefaker is a command-line tool for generating CSV, Excel, JSON and SQL files from a Groovy DSL

Results 2 zefaker issues
Sort by recently updated
recently updated
newest added

Detect when `generateFrom` function is not called in script and notify user that it is required.

The script below results in an exception because of the name token in the script; ``` import java.time.LocalDate; name = column(index= 0, name="name") quantity = column(index= 1, name="quantity") created_at =...