> I'm trying to index a MySQL database that has some invalid
> dates (e.g.
> "0000-00-00") which is causing my DIH to abort.
> 
> Ideally, I'd like DIH to skip this optional field but not
> the whole record.
> 
> I don't see any way to do this currently, but is there any
> work-around?

Use &zeroDateTimeBehavior=convertToNull parameter in you sql connection string.


      

Reply via email to