Package wsatools :: Package DbConnect :: Module IngIngester :: Class IngestLogFile
[hide private]

Class IngestLogFile

source code


Logfile holding the information to ingest csv/binary data and to update the curation histories accordingly.

Instance Methods [hide private]
 
__init__(self, fileName)
Initialise.
source code
 
readFilePrefix(self)
Get CU number and eventID from the file prefix.
source code

Inherited from File.PickleFile: pickleAppend, pickleRead, pickleWrite

Inherited from File.File: aopen, chmod, close, copyFile, exists, getsize, isClosed, readline, readlines, remove, ropen, wopen, writeline, writelines, writetheline

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, fileName)
(Constructor)

source code 

Initialise.

Parameters:
  • fileName (str) - Name of the ingest log file.
Overrides: object.__init__