Jeremy Shipman
Jeremy Shipman
An import of a 500 line file results in a timeout #22 may be a solution
To quickly get this module working, I've set files to upload to the assets directory. This needs to be modified to go to a non-public temporary location.
Currently we have required fields configuration in the `transformations` config array. This could also include required relation objects. Checking would need to be performed on the placeholder instead of the...
Allow devs/users to choose whether to unlink OR delete records before import.
Relation objects can be configured to link or create. However updates will always be made to existing objects.
I've added a note to the readme not to write the placeholder object you can access in callback functions. However it would be even better to completely disallow this all...
The `BulkLoder_Result` object should store a record of the number of records deleted.
There are a few things which need styling improvement: - Field mapping interface.
To make the module truly independent, and to finish adjusting the API, BetterBulkLoader should no longer extend BulkLoader.
GridFieldImporter isn't working when you don't specify that there is a header row in data