How do i rename column header name with existing string?
Hi, I am trying to rename multiple column header name that consists a particular string but rename it with the existing string while remove the front portion of the string. Example: ABC_12::ABCD_AB_ABCDEF_A_ABCDE_X_X_A1_1234_ABCD_TESTING_AB_TEST_ABCD_TESTED_AB_A1 --> TESTING_AB_TEST_ABCD_TESTED_AB_A1 The number of character on the first part of the string (orange) will always be consistent, the 2n...