You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bytes is a utility library that makes it easy to create, parse, transform, validate and convert byte arrays in Java. It supports endianness as well as immutability and mutability, so the caller may decide to favor performance.
A collection of documented (!) code for the checks in the areas: IBAN, SCOR, (Swiss) PostFinance account numbers, QRR/ESR reference and the content of a Swiss QR bill in general.
CSV Data Validator is a tool to validate csv file. It parse csv and validate the data with .hdr(csv meta data) before ingestion to Data Lake. It checks data file availability for every day load and validate data with respective meta data like File Size, Checksum, Delimiter, Record count etc. It ensure landed data conformity before give go ahead …
An Android application with intuitive user interface which can verify authenticity of Payment Cards, AADHAR Card, PAN and GST Number. Various checksum algorithms were applied to check the validity of entered number.