Wednesday, 5 October 2005, 12:07:15 pm, calo Please USE /net/cpl/projects/CALO/ as the direcotry for all files associated with this project Wednesday, 5 October 2005, 10:09:30 pm, calo File format explanation: Each query's output will be in its own separate file. They will be labeled as queryXX.txt, where XX = 00-99. The header line is optional, because it may be bothersome to parse, since it's not a delimited line. The file format will be as the following: # This is a comment header (optional) col1, col2, col3, ..., colN val1-1, val1-2, val1-3, ..., val1-N val2-1, val2-2, val2-3, ..., val2-N ... valM-1, valM-2, valM-3, ..., valM-N Sample: # Query to find out who is speaking at what time speaker, starttime, endtime jmarlow, 2005-05-31 13:40:24.420, 2005-05-31 13:40:26.401 jmarlow, 2005-05-31 13:40:24.420, 2005-05-31 13:40:24.573 jmarlow, 2005-05-31 13:40:24.582, 2005-05-31 13:40:24.944 ...
Links to this Page
|