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

Handle A** #38

Open
8 tasks
hf-kklein opened this issue Mar 16, 2023 · 2 comments
Open
8 tasks

Handle A** #38

hf-kklein opened this issue Mar 16, 2023 · 2 comments
Assignees

Comments

@hf-kklein
Copy link
Contributor

Cluster:

("'result_code' must match regex '^[A-Z]\\d+$' ('A**' doesn't)", Attribute(name='result_code', default=NOTHING, validator=<matches_re validator for pattern re.compile('^[A-Z]\d+$')>, repr=True, eq=True, eq_key=None, order=True, order_key=None, hash=None, init=True, metadata=mappingproxy({}), type=<class 'str'>, converter=None, kw_only=True, inherited=False, on_setattr=None, alias='result_code'), re.compile('^[A-Z]\d+$'), 'A**')

  • E_0043
  • E_0055
  • E_0058
  • E_0061
  • E_0077
  • E_0084
  • E_0453
  • E_0455
@hf-kklein
Copy link
Contributor Author

Es gibt hier zwei teile:

  1. im Regex A** zu erlauben (einfach)
  2. Die Bedeutung von A** klar zu machen (siehe dazu docx-file, schwerer)

@DeltaDaniel
Copy link
Contributor

Uneindeutige A** Codes geben nun einen Fehler aus und werden nicht berücksichtigt.
https://github.com/Hochfrequenz/ebdtable2graph/releases/tag/v0.1.19

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

2 participants