37 chars · 1 line
Needs attention
37 chars · 1 line
Needs attention
UUID copy and paste validation
A comma copied from CSV, a list literal, or a log line is not part of the UUID. Even when the preceding 36 characters form a valid identifier, the extra delimiter makes the full input fail VetaTool's canonical format check. This tool is free to use. No account or payment is required.
Last updated
VetaTool does not split CSV fields or list syntax before UUID inspection. After trimming whitespace, every remaining character must belong to canonical UUID text.
A trailing comma therefore fails at the format layer before version or variant bits are inspected.
The UUID itself is canonical, but the comma is extra syntax.
550e8400-e29b-41d4-a716-446655440000,Invalid UUID formatCommon questions
Yes. Whitespace is trimmed, but punctuation such as a comma remains and still causes format validation to fail.
Yes. Parse the record into fields first, then validate the UUID field without its CSV delimiters.
Debugging a specific UUID issue? Browse UUID troubleshooting.