Skip to content

Shows how to use proposed Daffodil layer feature enhancement to compute check digits

Notifications You must be signed in to change notification settings

mbeckerle/checkDigit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A DFDL schema showing how a check-digit can be verified on parse and recomputed on unparse.

The check digit is the result of taking all digits 0-9 of the layer data, adding them together, and taking only the least-significant digit of the resulting sum.

So for 10:22:18.234 The sum is 23, so the check-digit is 3.

About

Shows how to use proposed Daffodil layer feature enhancement to compute check digits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages