Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am curretly facing a problem with the tMap row's order.
As you can see on the screenshot I have several tMap connected to each others. Some tmap have Lookup and 2 main rows with order 1 and 2.
When I execute the job, datas seem to ignore the row with "order 1". Datas are supposed to be checked in order to update a variable (thanks to tJavaRow) to determine if there is a problem in datas consistency or not. If there is a problem, we update a context variable which is used in tMap "filtre_nb_rejects==0" to avoid a "NumberFormatException" when we cast numbers.
The fact the rows with order:1 are ignored makes the entire records circulate without being checked, causing an error when datas are not correct.
I would really be thankful if anyone could help me.