Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I trying to build a Interface between an CSV File with personal data and a REST API based on JSON to feed an staff information system.The first part of the program is to filter new users.
Everything is perfect until i try to use tXMLMap to combine the input Row Fields to the Output.
Detail Message: Vorname cannot be resolved or is not a field
There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.
at org.talend.designer.runprocess.JobErrorsChecker.checkLastGenerationHasCompilationError(JobErrorsChecker.java:338)
at org.talend.designer.runprocess.DefaultRunProcessService.checkLastGenerationHasCompilationError(DefaultRunProcessService.java:533)
at org.talend.designer.runprocess.RunProcessService.checkLastGenerationHasCompilationError(RunProcessService.java:316)
at org.talend.designer.runprocess.ProcessorUtilities.generateBuildInfo(ProcessorUtilities.java:826)
at org.talend.designer.runprocess.ProcessorUtilities.generateCode(ProcessorUtilities.java:609)
.....
Making new connections did not help.
I need help please!
thx
Stefan
Hi
Open the Code tab and view the job generated code, you will see which component has the compilation error, then back to the job design tab and check the component settings.
Regards
Shong
Connection an Output the the tXMLMap and synchronizing the schema solved my problem.