How To Check If Your Local File Is Present In A Particular ProjectID In The NDR
Select the ProjectID of the project that you require from the “Project IDs Table”. When you have displayed the associated files for that project in the “Files Table”, you may download a csv file of all these files by selecting them all and clicking on the “Export CSV” button.
The first column in this csv file (column heading of ID) is the the sha-2 SHA512 checksum for each of the files in the ProjectID.
This checksum can be used to verify if your local file is in the selected ProjectID by calculating the SHA512 of your local file and seeing if it is the same as one of the SHA512 checksums in the csv file.
The SHA512 of your local file can be calculated on:
Linux with the command: “sha512sum filename”
Windows with the command: “Get-FileHash filename -Algorithm SHA512 | Format-List”
Please see here for further windows details
Comments
0 comments
Article is closed for comments.