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: Number Column With Fixed Size #472

Merged
merged 3 commits into from
Sep 9, 2023
Merged

Conversation

jduchateau
Copy link
Contributor

@jduchateau jduchateau commented Sep 8, 2023

Fix the situations were this FlatFileDefinition would throw an InvalidOperationException(if a size is given, all sizes must be given).
Solve it and add to the exception the indexes of the columns without a specified size.

FlatFileDefinition.Create(i => new {
    first = i.ToNumberColumn<double>(0, 19, "."), // Size not taken into account
    second = i.ToColumn(1, 5),
});

Targeting master, increase minor version number to 2.1.17-beta.

@paillave paillave merged commit f6dd3d8 into paillave:master Sep 9, 2023
1 check passed
@jduchateau jduchateau deleted the develop branch September 9, 2023 09:17
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.

2 participants