-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
Description
I am slowly looking at implementing this.
Need to create a better loader object management layer and then refactor the perform.._load methods (e.g perform_excel_load) as these currently do too much.
Look for a good pattern for Object Management, move out of loaders/Populator, into separate area.
Enable loaders to reach into this to grab current object, split out from the generic loaders, and provide hooks in those generic Loaders to enable custom loaders to more easily manage the object lifecycle themselves. Currently far too rigid, i.e just creates a new object for each row processed.