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

Ability to ignore fixed width sections #67

Open
niemyjski opened this issue Feb 22, 2018 · 2 comments
Open

Ability to ignore fixed width sections #67

niemyjski opened this issue Feb 22, 2018 · 2 comments

Comments

@niemyjski
Copy link

niemyjski commented Feb 22, 2018

Lets say I have a fixed width document with 7000 columns and I want to skip random sections say 750-950, 1000-4000.... Is there a better way to skip these sections than to create a single string Ignored { get; } property and basically skip these sections via known length offsets?

@niemyjski niemyjski changed the title Ability to skip filler sections Ability to ignore fixed width sections Feb 22, 2018
@niemyjski
Copy link
Author

seems this is related to #41

@OpenSpacesAndPlaces
Copy link

@niemyjski

I'm not related to the dev team - but what you suggested is exactly what I did for the same case.
If you have a memory problem you could always add a custom ITypeConverter to null the field out.

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