I'm using the FlatToXml pipe stage and I noted that
this module not launch a exception to the pipe qhen the
"parser" of the flat file goes wrong.
In the FlatFileConverter class all ConversionException
launched are catch and printed using the method
errorComment(Element element, Exception e). This for if
a error happen in this stage is not possible to trace him.
I think better launch the exception to the stage pipe
that will know how to handler this.
Logged In: YES
user_id=608954
I guess you are right about this. However, since this is
Bruce's code, I don't want to change anything until he review
it. He is on two-week vacation now.