txt = '\n'.join(','.join([col if type(col) is str else str(col) for col in row]) for row in self.tbl)