I have some records containing multiple rows. I want to give each row within a record a unique ID based on the string in the first row, containing the original ID + _01 _02 _03 and so forth.
Then I would like the counter to reset when the next record with a new string begins, and repeat the above.