Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello, before starting sorry for my level in English.
I have a problem when I use the advanced mode of the tFilterRow component. I want to retrieve the value of the NAME field by doing this: input_row.NAME.equals ("My_Value")
But I still get this error that is on the picture.
I'm using Talend Open Studio for Data Integration version 7.
Help please
Hi Guen,
I have faced the same issue couple of times in TOS. My job keep failing due to variable which is not used in my current job. The job may be stuck due to frequently trying out different options for any solution.
What I did is , I just closed the project in TOS, and created a new Job with the same data flow (Not copying the components from the previous job ) and executed, It worked. You can try the same and let us know if you face the same issue again.
Thanks,
Joe
<Give kudos if you find this tip is useful>
Hi,
Are you sure you're not using columnName2 in the expression? Thats the example it gives you when you enable Advanced Mode - try enabling advanced mode and ensure nothing is there.
Hello David,
Thank you for your answer but columnName2 is not used. I tried to create a new job with another data set but the problem is the same. I am blocked..
@Guen ,can you show your job design with all the component settings?
Hi Guen,
I have faced the same issue couple of times in TOS. My job keep failing due to variable which is not used in my current job. The job may be stuck due to frequently trying out different options for any solution.
What I did is , I just closed the project in TOS, and created a new Job with the same data flow (Not copying the components from the previous job ) and executed, It worked. You can try the same and let us know if you face the same issue again.
Thanks,
Joe
<Give kudos if you find this tip is useful>
Hello Joe,
I did as you told me but it has not changed. I always have this error.
@manodwhb here is my job and the tFileInputDelemited schema.
What is amazing is that this problem persists when I activate the advanced mode while putting the condition code in comment
Hi
Can you include the component configuration of the tFilterRow component - ensure the Advanced Mode is ticked (even if you're not using it).
Thanks
Hello everyone,
Finally the problem is solved. I restarted my machine and created a new project.
Thank you David, Joe, Manohar and other members of this community.
Guen
Can you please check Code Tab , in that you must have an error(red mark at right has side). click on that
[at line no 1426 ( as mentioned in 1st )screenshot]
Can you give up the screenshot of that? also try to do Java debug instead. That would give more idea.