Tried few ways to parse LNZ file, in the end parsing seems simplest using attributes.
But in case custom parsing of line is needed, use the LnzRowParser.
dotnet run
The LnzAttributeParser will detect how to parse each field automatically based on type.
LnzParser just loops trough lines and allows to detect and branch into the section ... To make this a simple example, parsing is assumed to just add to the List ...



