Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello ,
I am parsing file and it produces valid and invalid output.I want to store the data if there is no "Invalid parser output". If any parser error found 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 to postgres Sql. If condition between tJavaflex_4 and tJavaflex_5 is validating the context variable (X). But the problem is how to pass main data between t_Javaflex component over if condition. In this case i dont want to use context variables to because i have to parse more than 100000 records.
Consider this design:
Thank you so much