in genmd.py [0:0]
def checkFields(self, fields): line = self.csv[self.csv.keys()[0]] for f in fields: if f not in line: return False return True