-
Notifications
You must be signed in to change notification settings - Fork 0
Description
As suggested here https://twitter.com/LifeWatchINBO/status/1042363580107182080
You might have two columns "Country" and "Country Code" (not very well normalised, I know!) - and you might want to check that only one country code is present for each unique country? Or perhaps the number of unique Country+Country-code combinations should be the same as the number of unique countries and also the number of unique country-codes.
My original Twitter example was like this: "Site Name", "Latitude", "Longitude"
You might want to validate that for each site, only one lat/long combination exists.
We have other examples (we use ISA-Tab format a lot) where all rows containing a specific value in column C (for example) must have exactly the same values in all rightward columns (D,E,F, etc). It's the same concept as the lat/long example though.
Great project, following with interest!