Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When I press guess schema in talend data integration tool (version 8.0) I get the following message
Obviously the jar file talendcsv 1.0.0 is missing. I tried downloading the jar file from this page:
Hi, same here. But you can find the jar in the plugins directory of your studio.
Folder : \studio\plugins\org.talend.libraries.csv_8.0.1.20211103_1602\lib
I don't understand why Talend ask for this jar because it's already in the plugins.
Hello,
This talendcsv jar file is talend built-in, studio/cmdline will sync these and generate the lite pom from plugins to m2 automatically, don't need to download it from anywhere.You need to clean up the local m2 or just reset it, and then try again.
Furthermore, not sure if there are any custom libraries in your project(like dependencies from routine, libraries set in tLibraryLoad which are not built-in and don't exists in maven-central or talend-update), then you need to set custom nexus for CI:
Best regards
Sabrina