Classes

Class CsvImport Import Helper to use CSV files for model generation. The helper loops through all rows, generates a new model and passed the columns as property. Use the provided set_before_model_save() and set_after_model_save() to add custom code to be executed during the creation, e.g. if you need to call a custom model function or you need to convert data prior saving.

Class FakeData Helper Class to generate Models based on FAKE data