I want to do some validation and duplicate checking on each record being considered for import, and trigger events accordingly (abort the import, send an email, etc).

Which hook is the best place to do this?

Thanks much.

Comments

robert castelo’s picture

Status: Active » Closed (fixed)

hook_user_import_data() probably best place.