Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
If the size of your data isn't too large, then I'd suggest using the "hidden" components tArray and tArrayIn (please search the forum for information on these). You can then do the whole job "in memory".
Exception in component tArrayIn_1
java.lang.ClassCastException: p2069.p1602.p1602$row1Struct cannot be cast to p2069.p1602.p1602$ThenRunStructarray_tArray_1
at p2069.p1602.p1602.tArrayIn_1Process(p1602.java:155)
at p2069.p1602.p1602.tRowGenerator_1Process(p1602.java:361)
at p2069.p1602.p1602.runJob(p1602.java:447)
at p2069.p1602.p1602.main(p1602.java:383)
Use ThenRun connection to process your job in two steps.