Hi, all. I've got custom log (csv delimited by comma) with iso dates, sometimes log writing lags and I'm having exceptions with wrong iso date format. Here's exception: https://gist.github.com/1347406. (Date is the last "parameter" in the row, and it's incorrectly overwritten at the end by another string).
The question is how can I filter out all wrong dates or at least force pig to ignore them instead of failing?
