Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to use tBigOutputBulk, but get error message. I can not find any help on other issues.
Exception in thread "main" java.lang.Error: Unresolved compilation problems:
com.csvreader.CsvWriter2 cannot be resolved to a variable
com.csvreader.CsvWriter2 cannot be resolved to a variable
com.csvreader.CsvWriter2 cannot be resolved to a variable
com.csvreader.CsvWriter2 cannot be resolved to a type
com.csvreader.CsvWriter2 cannot be resolved to a type
Hello,
Is there any missing double quote between your parameter in tBigOutputBulk component? Have you already installed required external jar files?
Please check your "Code" tab in your job to see if there will be your compile error highlighted in red line.
Best regards
Sabrina
file name is in double quote, field separator also. No other parameters in this component.
I do not see that i need to install additional jar files. I have installed some on first run.
Hello,
Will there be your compile error highlighted in red line in your code tab? What's JDK version are you using? JDK 1.8?
Best regards
Sabrina
jdk 1.7
Hello,
Could you please clarify in which Talend version/edition you are?
We don't see this issue on v 7.0.1. Here exists a jira issue about com.csvreader cannot be resolved.
https://jira.talendforge.org/browse/TDI-21872
Best regards
Sabrina
We use Talend Open Studio for Data Integration 5.5.2.20150128_1740
Hello,
Does solution mentioned in jira issue work for you?
Best regards
Sabrina
if you mean this one
I will forward this issue to him, since i don't know much details about this.
Anyway for your original issue, for the javacsv.
normally even download a TOS_DI, get the jar from the folder i mentioned (plugin org.talend.designer.localprovider/components/tFileInputDelimited)
copy to the studio TOS big data in the lib/java directory.
Then it should be ok.
In my tFileInputDelimited is no javascv.jar file