Wednesday, May 12, 2010

What is Checksum in Pentaho Spoon

0 comments
By definition checksum is a way to determine the integrity of data in which both the sender and receiver can test the data integrity weather it is correct or not, the sender calculates the checksum value  by taking the sum of binary data transmitted on the other end the receiver can perform the same calculation on the data and compare it with the checksum value provided by the sender. If the two values match, the receiver has surety that the data was received correctly.
Pentaho Spoon provide the Add a Checksum Step  lying under the  Transformation Tab.


  1. Go to Design
  2. Drill Down Transformation

  3. Drag & Drop Add a Checksum

  4. image

  5. Name the Step

  6. Define the Checksum Algorithm most used Algorithm for  Checksum is MD-5

  7. Click the Get Fields Button, this will extract and show all the fields coming from the previous step at which your going to apply  checksum might be extracting using Input Step from the database table or Stored Procedure
image

0 comments: