Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to fix the error below?
org.talend.designer.runprocess.ProcessorException: Job compile errors
At least job "AddinConditionBasedFiltersUsingthetMapComponent" has a compile errors, please fix and export again.
Error Line: 1159
Detail Message: Invalid character constant
@Talented , try with below way,for sting we should use this way.
row1.TYP_PRODUKTU.equals("WAR")
or
("WAR").equals(row1.TYP_PRODUKTU)
It works now, but the document being created is empty. What can be a problem?
@Talented ,can you show your job design ? what exactly are you doing?
@Talented , ok. you want to write into xml file. check the example in the below link. you need to specify some settings in tfileoutputxml,may which you have not set.
Output is incorrect.
At least job "regions" has a compile errors, please fix and export again.
Error Line: 1122
Detail Message: name cannot be resolved to a variable
@Talented ,can you show the configuration of tFileOutputXML?