Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have been working on the same environment for several months with TALEND (TOS-DI-7.0.1) and it works fine. But since yesterday, when I want to create a delimited file (.csv), in step 3 of the wizard, the output window shows me:
Exception in thread "main" java.lang.Error: Unresolved compilation problem:
at project.shadowfileinputtodelimitedoutput_0_1.ShadowFileInputToDelimitedOutput.main(ShadowFileInputToDelimitedOutput.java:2258)
Erreur de prévisualisation. Des paramètres doivent être modifiés`
Note : Les erreurs de prévisualisation sont généralement liées à un mauvais paramétrage de l'encodage.
org.talend.designer.runprocess.shadow.ShadowFilePreview.preview(ShadowFilePreview.java:90)
org.talend.metadata.managment.ui.utils.ShadowProcessHelper.getCsvArray(ShadowProcessHelper.java:383)
org.talend.repository.ui.wizards.metadata.connection.files.delimited.DelimitedFileStep2Form$PreviewProcessor.nonUIProcessInThread(DelimitedFileStep2Form.java:1309)
org.talend.commons.ui.swt.thread.SWTUIThreadProcessor$1.run(SWTUIThreadProcessor.java:74)
What is surprising is that other already created delimited files show the same errors. However, I haven't changed anything in my JAVA configuration (java 😎
Hello,
For v6 of Talend products, JDKv1.8 is required.
Talend recommends installing only one Java version on your machine. However, if you have more than one version installed, set the Java path you want to use before other versions in the Environment Variables.
Best regards
Sabrina
It's done! 🙂
Thanks Sabrina
Hello,
Great it works. Feel free to let us know if there is any further help we can give.
Best regards
Sabrina
that's kind of you, thank you Sabrina!