Skip to content

Do not normalize field names to UPPER Case #320

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

Open
5 tasks
mattywausb opened this issue Nov 5, 2024 · 0 comments
Open
5 tasks

Do not normalize field names to UPPER Case #320

mattywausb opened this issue Nov 5, 2024 · 0 comments
Labels
1 dvdp Syntax addition or change in syntax of dvpd 1 dvpi syntax 1 mod DVPDC DVPDC change 2 Test result alignment Exisiting reference data must be aligned to the change 2 Test Testcase creation
Milestone

Comments

@mattywausb
Copy link
Collaborator

mattywausb commented Nov 5, 2024

When working in context with Json, the correct upper lower case of field names is relevant to shorten the declaration.
So the dvpi must preserve the original writing of a field name.
Until then, we need to declare json_path for all fields.

Additionally the declaration of a stage_column_name must be possible to allow parallel field names with different cases. Stage column name and column name default to upper of field name.
A check to detect duplicate stage column names must be implemented

The dev sheet render must check, if there is any kind of json specific processing declared, and add this to the sheet output accordingly.

  • dvpd syntax reference extended
  • dvpi syntax reference extended
  • test cases added
  • dvpdc modified
  • mod dev sheet modified
@mattywausb mattywausb added 1 mod DVPDC DVPDC change 2 Test Testcase creation 1 dvdp Syntax addition or change in syntax of dvpd 1 dvpi syntax 2 Test result alignment Exisiting reference data must be aligned to the change labels Nov 5, 2024
@mattywausb mattywausb added this to the Release 0.6.3 milestone Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 dvdp Syntax addition or change in syntax of dvpd 1 dvpi syntax 1 mod DVPDC DVPDC change 2 Test result alignment Exisiting reference data must be aligned to the change 2 Test Testcase creation
Projects
None yet
Development

No branches or pull requests

1 participant