You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]?