MarcosMeli / FileHelpers

The FileHelpers are a free and easy to use .NET library to read/write data from fixed length or delimited records in files, strings or streams
https://www.filehelpers.net
MIT License
1.13k stars 349 forks source link

Feature/fixed field offset #432

Open milkyware opened 1 year ago

milkyware commented 1 year ago

Added an Offset property to FieldFixedLengthAttribute to allow for gaps between fixed-width columns. The tests are based on existing samples, however, I've replaced the special characters with spaces