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

Fix the name of a split field name when alias is provided #1874

Closed
atrayano opened this issue Dec 14, 2022 · 1 comment
Closed

Fix the name of a split field name when alias is provided #1874

atrayano opened this issue Dec 14, 2022 · 1 comment

Comments

@atrayano
Copy link
Contributor

Currently the name of the field is modified by appending 00n to the short name, or to the alias as long as the alias does not contain separators (:). The only exception was the name of the first field. For example, we get

DU
DU002
DU003
etc

This was done intentionally to "protect" the alias in the case the split dimension is 1

atrayano added a commit that referenced this issue Dec 14, 2022
…es. Now always append 00n to the short name, or the single alias name. If the alias is separated, then we take those names as-is
tclune added a commit that referenced this issue Dec 14, 2022
…t_field_first_name

Fixes #1874. This fixes the convention for naming the split field nam…
@mathomp4
Copy link
Member

This was fixed in #1875

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