Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello everyone,
I am a beginner in Talend, I currently work on Talend Open Studio for Data Integration.
I need to get all informations from my job / subjob and insert them into a table:
JOB_NAME character # Job Name
LOAD_TYPE character # Loading status (Insert / Update)
STATUS character # Job status / under job (OK / KO)
JOB_STIME date # Start date of job / subjob
JOB_ETIME date # End date of job / subjob
I managed to get the JOB_NAME thanks to a tMap connected to the tLogCatcher (field : job) but I do not know how to get the other fields despite my research.
In thanking you and apologizing for this trivial question for Talend experts.
Regards
I would like to use in tFixedFlowInput because tJava doesn't work sorry.
I have always this error : Syntax error, insert "AssignmentOperator Expression" to complete Expression".
EDIT : I've found, I just write pib
Thank you
Sorry, the reason I was using the extra code is that a tJava requires that you do something with the variable.....otherwise you do not see anything. With other Talend components (as you discovered) you can just use the variable.
Ok well, I've succeeded everything thanks to you.
Very very thank you for your help and explanations.
Best regards.