I am new to Python. My requirement is to calculate the checksum of file1.csv and compare the value with the checksum value provided in the file1.control file.
I am able to achieve the same using the Linux command in python. But now i have to do the same using python code or functions.
The value i am getting in control file is 23674523.
Can anybody please help me to achieve the same.