atais / Fixed-Length

Scala library for parsing fixed length file format
MIT License
13 stars 12 forks source link

Assistance needed with parsing collections from fixed width file #13

Open hderms opened 5 years ago

hderms commented 5 years ago

How are you supposed to take a fixed width file and parse a collection of elements from it? Let's assume the file has X number of Foo records in it and is X * size(Foo) in number of characters. How would I parse a List[Foo] given a Decoder[Foo]?