README and name in column names

This commit is contained in:
Matthew Stidham
2021-01-27 12:44:00 -08:00
committed by Jed Reynolds
parent c45dad5fc7
commit ea80924d70
2 changed files with 5 additions and 3 deletions

View File

@@ -1173,6 +1173,8 @@ class L3CXProfile(BaseProfile):
# Step 1, column names . what is this for?
fields=None
if 'Name' not in col_names':
col_names.insert(0,'Name')
if col_names is not None and len(col_names) > 0:
fields = ",".join(col_names)
header_row=col_names