File checksum calculations

Hi Team,
Require assistance to calculate input file checksum and produce possible error messages in the output which further can be viewed using “Table View” or write using CSV writer

Hello @akhil_dhir_14,

You could use the python script node to do checksum calculations. The workflow might look something like:

There are a couple of ways to check it, you can use hashlib (here is a link I found that goes into a simple python implmentation)

I also found another straightforward implementation which you can pip install below:
https://pypi.org/project/simple-file-checksum/

Hope this helps,
TL

1 Like