"""__init__: metadata readers are initialised with the name of the file to read, the database where the information has to be stored ana a temporary dictionary containing information about one item (one line of the file) """
# Members ---------------------- #
# string filename
self.filename=filename
# dictionnary current_item
# (containing one set of values, corresponding to one line of a table in the database)