Hello!
I'm hoping I can get some help getting started, please. I have PPI that I need to share with a 3rd party. However, I want to make sure the data has not changed when it returns to us.
I've been using the encrypt nodes, but it's a lot of data and a much simpler hash would do, we're just trying to quickly match hashes and make sure the data is the same once it returns to us.
So what's the simplest way:
- to grab all the columns, combine them
- hash that new combined column
- then import again, hash and compare the hashes
Any tips would help, thank you!