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: A sample column value of 0|0 is not being parsed correctly #178

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

JarvisVon
Copy link

The previous implementation was using header.RESERVED_INFOS for both header.get_info_field_info and header.get_format_field_info. This change updates the behavior so that header.get_format_field_info makes use of header.RESERVED_FORMAT. Additionally, the FieldInfo obtained in header.get_info_field_info and header.get_format_field_info from the header.RESERVED_INFOS/header.RESERVED_FORMAT dicts are returned as is, without creating a new FieldInfo object.

Closes #176

@JarvisVon JarvisVon force-pushed the feature/fix-sample-value-parsing branch from e271b94 to 7b9dc85 Compare June 25, 2024 18:03
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

Successfully merging this pull request may close these issues.

A sample column value of 0|0 is not being parsed correctly
1 participant