Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I opened the job in "java editor" and edit the some specific code and build the job.
So after build the job my changes are roll backed and its not displayed my changes too.
Hello,
The Standard tJavaRow component belongs to the Custom Code family which in this framework is generally available.
You can get it from palette in studio.
Best regards
Sabrina
I added the tJavaRow custom component into the project.
And also added in my design structure.
But when I wrote the code
public String Billing_Nbr;
public String getBilling_Nbr() {
return this.Billing_Nbr;
}
I am getting error that "Illegal modifier for the variable Billing_Nbr; only final is permitted".
is there any solution for my question ?
I am waiting for the answer and any relevant help which is useful to solve this issue.
I added Biling_Nbr variable using the map component and added in the code.
So while saving this it's required to add generic and I added generic as "Smartwool_Hiten" and then again added this variable in update invoice and they again asked to add the generic.
So is it possible to use the same generic which is used previously or must add new generic ?
And where this generic store in the file system because I tried to find "Smartwool_Hiten" generic but I can't get it where it stored.
Hello,
It is a little hard for us to address your issue from screenshot. It looks like a complicated job. Could you please indicate which talend build version you are using? Open studio or subscription solution? Would you mind sending your job to us for a further testing?
Best regards
Sabrina
Hi hitenz_zaptech
Talend Studio is a code generator based on the component GUI, the change on generated code are invalid and will be rollback once you return back to the job design. So, if you want to add a new field to the data flow, back to job design and add a new column in the output table on tJavaRow or tMap.
For the error on your screenshot, this is because the same item name already exits, choose another name or clean the recycle bin and try it again.
Regards
Shong
Yes, I got it.
And I am editing the code in custom component like tMap and tJava.