Jeremy Shipman

Results 56 issues of Jeremy Shipman

An import of a 500 line file results in a timeout #22 may be a solution

bug

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.

enhancement
help wanted

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...

enhancement

Allow devs/users to choose whether to unlink OR delete records before import.

enhancement

Relation objects can be configured to link or create. However updates will always be made to existing objects.

enhancement

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...

enhancement

The `BulkLoder_Result` object should store a record of the number of records deleted.

enhancement

There are a few things which need styling improvement: - Field mapping interface.

help wanted

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

bug