OmarSkalli / fixy

Library for generating fixed width documents
MIT License
100 stars 45 forks source link

Retrieve correct fields and line ending from subclasses #25

Open jochan opened 6 years ago

jochan commented 6 years ago

Subclasses that do not create extra fields cannot generate without an error due to not being able to access its superclass' record fields and line ending.

pixiitech commented 3 years ago

Can this be merged? I am needing to send fixed files with a line ending override and this PR fixes the issue. thanks