FixedWidthParserWriter
FixedWidthParserWriter copied to clipboard
Reading & Writing fixed-width data (files) with defined field position in line or file(relative height).
What if I don't want to add FixedWidthLineField attributes to the class properties ? May be I can't modify the class or I need to define the Start and Length...
I found your code via Reddit and it appears to work for what I want. My problem is the file I'm working on tries to stuff relational data into a...
When I have a property value longer than the lenght, there should be an option if what to get an exception on this. Ex.: Property ``` [FixedWidthLineField(Start=1,Length=14)] public string CNPJ...
It is not possible to add the non numeric pad on string values.