I have a string mentioned below and I need to return the results in 2 separate columns
Column 1: Count all the locations separating by Semicolon. for the below example, there are total of 15 names which are joined with semicolon
Column 2: After this I need to count how many names START with A, B & C and how many do not.
A1604A;A3703E;A3703H;C2203H;F1001B;F1001C;F1001D;F1001E;F1001F;F1001G;F1001H;F1001J;F1001K;F1001L;F1001M
Iterate the split array incrementing a counter array for A,B,C,Other;