Implement replace_special_char function

This commit is contained in:
Matthew Stidham
2021-02-04 13:48:05 -08:00
parent 0483b7dec3
commit 08b476f8d6
3 changed files with 7 additions and 2 deletions

View File

@@ -1191,6 +1191,7 @@ class L3CXProfile(LFCliBase):
pass
#Step 1, column names
col_names=[self.replace_special_char(x) for x in col_names]
fields = ",".join(col_names)
header_row=col_names
# Step 2, monitor columns