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

VisualFoxPro tables cause: field names should start with a letter, and only contain letters, digits, and _ #52

Open
michael-newsrx opened this issue Dec 11, 2024 · 0 comments

Comments

@michael-newsrx
Copy link

Visual Foxpro allows starting field names with _.

Trying to alter a table with such a field name causes the following errors:

/tables.py:3845: FieldNameWarning: '_F' invalid:  field names should start with a letter, and only contain letters, digits, and _
  bkup = Table(
/home/michael/miniconda3/envs/patents_llm_update/lib/python3.13/site-packages/dbf/tables.py:3845: FieldNameWarning: '_F_WHY' invalid:  field names should start with a letter, and only contain letters, digits, and _
  bkup = Table(
/home/michael/miniconda3/envs/patents_llm_update/lib/python3.13/site-packages/dbf/tables.py:3845: FieldNameWarning: '_F_WHY_DTL' invalid:  field names should start with a letter, and only contain letters, digits, and _
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