FINRAOS / DataGenerator

DataGenerator is a Java library for systematically producing large volumes of data. DataGenerator frames data production as a modeling problem, with a user providing a model of dependencies among variables and the library traversing the model to produce relevant data sets.
http://finraos.github.io/DataGenerator
Apache License 2.0
161 stars 170 forks source link

Added logic for business days and holidays in Boundary tag, All caps for Varchar, and fixed line endings #300

Closed leeny324 closed 8 years ago

leeny324 commented 8 years ago

Ran dos2unix on all files in local repo that had CRLF.
Configured .gitignore to enforce LF for all .java files. Disabled core.autocrlf so the line feed problem should go away with this PR

leeny324 commented 8 years ago

Closing due to merge conflicts on all files caused by converting line endings. Will pull from master and create a new PR