Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDs should be validated for the correct format #1652

Open
elsylambert opened this issue Jan 14, 2025 · 0 comments
Open

IDs should be validated for the correct format #1652

elsylambert opened this issue Jan 14, 2025 · 0 comments

Comments

@elsylambert
Copy link
Contributor

elsylambert commented Jan 14, 2025

Following is the syntax for IDs in TSVs:
Four character alphanumeric string (e.g. swi9) that is unique within the file
The ID must start with a lowercase letter in the range a…z and the next three characters must be a lowercase letter or a digit, i.e., a…z or 0…9.
The app must be able to detect the incorrect ID and notify user to fix the ID either manually or uniquely generated by the app(Just like it does when adding a new row).

When an ID starts with Number, it offsets TCC to show that row on top of the file. It also breaks the auto generation of ID for a new row.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant