This show verification fails highlighted in the data table. The fails are color-coded by the severity of each each fail. You can hover over a data value to find out what verification rule it failed.
IBAN and ISBN are pretty easily verified afaik. I am not that sure about the new UDI-DI (medical products in CE area). But EAN/gtin would be cool to have verified, too
IBAN:
The IBAN check digit consists of two digits in positions 3 and 4 of the IBAN.
It is calculated using the MOD97 algorithm and provides the primary integrity check for the IBAN standard.
Supported for all 116 countries. IBAN Checker: Validate & Check IBAN Number for Errors.
GTIN pretty often, the others from time to time. Usually I have to go without validation, although data contains many errors. Those validations would be very useful for me
mostly gtin-13, sometimes gtin-8. gtin-12 is also possible. Gtin-128 now gets more important but I had not yet a case where I would have wanted to validate it
If you don’t mind, can you provide some test data? and how you would like it to be checked?, I will give it a shot to come up with the transform to check it.
Working with the Transform is a bit tedious because the update throws me up to the beginning of the pane and reopens all the columns I closed. I can understand why this is setup hierarchical, but it is a bit difficult to work with.
I would not agree that gtin is an Integer, first because I am unsure if leading zeros are possible, second because this would be so large numbers that Excel always displays them in exponential writing.
It iritates me a bit that when I switch a column to Integer, that this starts an update because one rule is already active…
It is just digits 0-9, so that makes it an integer in my book, regardless of how Excel treats them.
Correct, but any leading zeros will be lost by converting this to an int.
On a practical side, I always work with any article number or gtin as String. In this case, for me an integer is something I want to calculate with. I never ever do this with gtin so I keep/convert them as/to text