Naming Convention Checker
Paste names, pick a case convention, and get the ones that break it with the rename already written.
Loading the tool…
How to use this tool
- Paste your names, one per line. A CSV header row pasted on a single line is split for you.
- Leave the convention on Detect from the list to check the names against each other, or pick one to check them against a rule.
- Select Check names.
- Work down the suggested rename column. Download the table as CSV if the rename list is going into a ticket.
What naming convention checker does
A naming convention is arbitrary and that is the point. There is no argument that snake_case is better than camelCase; there is a very strong argument that having half a schema in each is worse than either, because every query then carries a small tax of remembering which table you are in, and every generated artefact downstream inherits the inconsistency.
Paste one name per line, or paste a CSV header row and it will be split for you. Each name is reported with the style it is currently written in, whether it matches the convention you chose, and the rename if it does not. Left on automatic, the convention is taken from the majority style in the list itself, which is usually the question you actually have: not whether the names match a rule, but whether they match each other.