I'm exporting lots of invoices at the same time using a batch. And some of those invoices might cause failure for the whole process because one of the fields have invalid characters.
So the field value might look like this and i will need to go and delete those characters for it to work.
However, when such error happens, it's very hard to detect which invoice is causing this:
1. Is there a way to detect which invoice is causing this error?