Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i must generate a SHA-256 Hashcode from a PDF file.
I'm quite new with Talend, so i'm having an hard time trying to do this.
For what i have learned, i have to write a Java function and then call this function.
Can someone explain better how to do this?
Thanks,
Stevan
Hi, there is no difference between hashing a string and a pdf file?
How can i call a custom java function from Talend? Do i have to use a specific connector?
There should be different Java code for hashing a pdf file, please read this article to learn how to define custom java function and call it in a job.