Failsafe CSV.foreach

Hi there,

I’ve been looking for a CSV.foreach equivalent that ignores malformed
CSV rows or with an extra argument to the block (parsed) indicating
this.

Is there any method that does this?

Thanks