Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i am using using javaflex. In invalid output, i am setting context variable and checking it on "IF" condition. Now condition is working fine. But i am unable to send main data output to the SqlOutput. After if condition of javaflex i am getting only one row rather than entire parsed data.
tJavaFlex IF is a trigger, it's not possible... some components allow you to link an IF to a (row) component.
What would you like to achieve, what is your IF based on, specific row.column value?
and based on its value you like to write row output to, in example, a file A and if its not write to file B?
But i want to store the data if there is no "Invalid parser output". If any parser error i am setting(context variable X) flag value as true else false in "tJavaflex_3" . Based on this context variable(X) i want to store the final output. If condition between tJavaflex_4 and tJavaflex_5
is validating the context variable (X).