Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Gadje
Contributor III
Contributor III

Using external custom .jar in job Talend (Parsing PDF)

I made a custom .jar executable that parsing some PDF files and catching some text values, depending a regex.

All works fine.

Now, i would like to use it in Talend job but i don't know how to do it.

I tried with tLibraryLoad component but it didn't work.

I tried to :

  1. Create a routine in the code section. Save it.
  2. Right click on the routine to edit the routine libraries. Locate and add your jar.
  3. Edit the dependecies of your job and add the created routine.
  4. Add the required import in a tJava component.
  5. You should be able to use the library in the tJava from now

But didn't work too.

 

Is ther somebody who knows how i can do that.

Thanks from advance.

Labels (2)
10 Replies
Gadje
Contributor III
Contributor III
Author

Is there a way to get returned value by tSystem component that using an external Jar, in globlal or context variable ?

 

thx