0.1.1 • Published 11 years ago

ots-sn-filename-reader v0.1.1

Weekly downloads
14
License
-
Repository
github
Last release
11 years ago

OTS Sports Network Filename Reader

This program needs to be able to look at an XML file from The Sports and determine 2 things:

  1. Is it a play by play file or some other file.
  2. If it's a play by play file, what sport is it for?

This program is a readable stream with the stream output piped to stdout.

By knowing the sport, we can send the play by play files to the appropriate parser immediately. If we need to examine the file contents to determine the sport and type of file, we can use the heading parser. This program should work if the file is referenced by a path or directly by filename.

stdout output is formatted like so: <>|<<FILE_TYPE>>|<>

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago