You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
niemyjski
changed the title
Ability to skip filler sections
Ability to ignore fixed width sections
Feb 22, 2018
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.
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?The text was updated successfully, but these errors were encountered: