Column Classifier — What Each Column Holds
Names what each column of a CSV holds, how sure it is, whether it is personal data, and which validators apply to it.
Loading the tool…
Every validator, with what it checks and a test box, is in the validation library.
How to use this tool
- Paste a CSV, or upload one.
- Check the delimiter and header options match the file.
- Select Classify columns.
- Start with the columns marked as personal data, and any combination the summary warns about.
What column classifier does
A column called phone is not always phones, and a column called ref is sometimes a tax number. This reads the values first: each column is sampled and tested against every validator that recognises a kind of data, and the header is only used to break a tie or support a weak match. The result names what the column most likely holds, how confident that is, and whether it was judged from the values, the name or both.
It also looks across columns, because personal data is often a combination rather than a field. A postcode on its own identifies nobody; a postcode, a date of birth and a name together can narrow a population to one person. Those combinations are reported in the summary. Every column comes back with the validators that fit it, which is the starting point for a set of quality rules.