Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Anyone have a clue why this is occurring?
context.simple_file = java.lang.String.parsejava.lang.String(value_tContextLoad_1);
org.talend.designer.runprocess.ProcessorException: Job compile errors
At least job "test_resource" has a compile errors, please fix and export again.
Error Line: 1135
Detail Message: parsejava cannot be resolved or is not a field
There is a Bug in 7.2 version of the component, which has been remedied in 7.3, Talend support gave me a hotfix for the .jet file to fix the issue. Thanks.
Hi
tFileInputDelimited should have the same schema as tContextLoad, the schema contain only two columns: key and value.
Please refer to the component documentation and learn this component.
https://help.talend.com/reader/J4iv~QqP8zciLUVdyQ8wvA/wUUDDQjibK~1CIVK3ZG5lg
Regards
Shong
There is a Bug in 7.2 version of the component, which has been remedied in 7.3, Talend support gave me a hotfix for the .jet file to fix the issue. Thanks.