> How big is the file? > > If it's not too huge i'd just read it in with std.file.read and > then sort out splitting it up from there. Quite large so i'll probably stream it. Thanks guys.