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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
StevanJovetic10
Contributor III
Contributor III

Pass a file as parameter to tmap

Hi,

i need to generate a SHA-256 hash of a pdf file.

What are the steps i need to follow to achieve that?

I already wrote the java function, now i think i need to take the file from the folder and then pass the file as parameter to the function.

How can i do that?

Thanks,

Stevan

Labels (2)
1 Solution

Accepted Solutions
StevanJovetic10
Contributor III
Contributor III
Author

Hi,

i solved the problem simply passing the path file instead of the actual file to the custom routine.

View solution in original post

1 Reply
StevanJovetic10
Contributor III
Contributor III
Author

Hi,

i solved the problem simply passing the path file instead of the actual file to the custom routine.