Hi,
I need some helps to this issue because I didn’t know how to design about it.
I has flow collection of data (many files) in fold and it has some double quote “, is not close ( “”” )
so How should I do for manage this error to know which it is files errors and error in lines ?
Could I create collect of error information ?
Thank you
@kritsapatw you will need to provide the non-failing path with an alternative (empty table of the same structure).
OK, so constructed a workaround that could catch the error. I stripped the (very large) example down to a core Metanode where the error occurs. I built an error catcher around that has an alternative table which is deliberately empty but has the same structure as the result.
[image]
Outside the loop there now is ab End IF node that would take the populated result but insights that both inputs have the same structure. The result from ‘Component A’ is empty due to the caught error so Component …
If you want to just coninue after a fail you will need a different Catch node (the one that catches flow variable errors):
also:
@joshuash beside what @Thyme is saying these things come to my mind:
(especially) with nested loops it can make sense to use Metanodes in order to make sure what part of the loop will do what and how they are wired. You can check „select sope“ by right clicking on the Loop node and see how KNIME would interpret the wiring.
it might very well be necessary to check the logic behind the loop and if it would work in every constellation. It might be necessary to provide a dummy table of the same st…
2 Likes
system
Closed
May 25, 2022, 7:56am
3
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.