Special Characters substitution in column names
Hello All, I am trying to substitute a simple underscore ( _ ) into each column name that has any conceivable "special" character without having to do individual if statements for each character.Say column 1 is labeled Test1%good#parts, column 2 is labeled Test2*Fail#Opens, etcI want the renamed column names consistent- Test1_good_parts, Test2_Fails_Opens, etc.. The data in the columns are counts ...